marinofaggiana 5 years ago
parent
commit
e3f90eea4b
2 changed files with 3 additions and 1 deletions
  1. 2 0
      iOSClient/Main/CCMain.m
  2. 1 1
      iOSClient/Main/NCRichWorkspace.swift

+ 2 - 0
iOSClient/Main/CCMain.m

@@ -3877,6 +3877,8 @@
     [self.viewRichWorkspace setRichWorkspaceText:directory.richWorkspace];
     [self.viewRichWorkspace setFrame:CGRectMake(0, 0, self.tableView.frame.size.width, CCUtility.getRichWorkspaceHeight)];
     [self.tableView setTableHeaderView:self.viewRichWorkspace];
+    
+    [self.tableView reloadData];
 }
 
 - (void)setTableViewFooter

+ 1 - 1
iOSClient/Main/NCRichWorkspace.swift

@@ -87,6 +87,6 @@ import Foundation
     }
     
     override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
-        appDelegate.activeMain.tableView.reloadData()
+//        appDelegate.activeMain.tableView.reloadData()
     }
 }