marinofaggiana 5 年之前
父节点
当前提交
914d706ada
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      iOSClient/Main/NCRichWorkspace.swift

+ 4 - 0
iOSClient/Main/NCRichWorkspace.swift

@@ -85,4 +85,8 @@ import Foundation
             appDelegate.activeMain.setTableViewHeader()
         }
     }
+    
+    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
+        appDelegate.activeMain.tableView.reloadData()
+    }
 }