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()
             appDelegate.activeMain.setTableViewHeader()
         }
         }
     }
     }
+    
+    override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
+        appDelegate.activeMain.tableView.reloadData()
+    }
 }
 }