marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
60f506a665
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      iOSClient/Settings/CCManageAutoUpload.m

+ 2 - 0
iOSClient/Settings/CCManageAutoUpload.m

@@ -504,6 +504,8 @@
         // Settings new folder Automatatic upload
         [[NCManageDatabase shared] setAccountAutoUploadFileName:serverUrl.lastPathComponent];
         [[NCManageDatabase shared] setAccountAutoUploadDirectory:[[NCUtilityFileSystem shared] deletingLastPathComponentWithServerUrl:serverUrl urlBase:appDelegate.urlBase account:appDelegate.account] urlBase:appDelegate.urlBase account:appDelegate.account];
+        // Reload
+        [self.tableView reloadData];
     }
 }