marinofaggiana 5 éve
szülő
commit
914d706ada
1 módosított fájl, 4 hozzáadás és 0 törlés
  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()
+    }
 }