marinofaggiana 4 tahun lalu
induk
melakukan
60f506a665
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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];
     }
 }