marinofaggiana преди 4 години
родител
ревизия
60f506a665
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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];
     }
 }