marinofaggiana 4 years ago
parent
commit
b0b1c81db6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Main/CCMain.m

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -1159,7 +1159,7 @@
         }
         
         _loadingFolder = NO;
-        [self tableViewReloadData];
+        [self reloadDatasource:serverUrl ocId:nil];
     }];
 }