marinofaggiana 4 gadi atpakaļ
vecāks
revīzija
60f506a665
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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];
     }
 }