marinofaggiana 4 anos atrás
pai
commit
60f506a665
1 arquivos alterados com 2 adições e 0 exclusões
  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];
     }
 }