marinofaggiana 5 anos atrás
pai
commit
914d706ada
1 arquivos alterados com 4 adições e 0 exclusões
  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()
+    }
 }
 }