marinofaggiana 5 vuotta sitten
vanhempi
commit
914d706ada
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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()
+    }
 }