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()
+    }
 }