marinofaggiana hace 5 años
padre
commit
b0b1c81db6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];
     }];
 }