marinofaggiana 4 ani în urmă
părinte
comite
dbe628d5a3
1 a modificat fișierele cu 1 adăugiri și 4 ștergeri
  1. 1 4
      iOSClient/Networking/NCService.swift

+ 1 - 4
iOSClient/Networking/NCService.swift

@@ -68,10 +68,7 @@ class NCService: NSObject {
                 let url = tableAccount.url
                 
                 self.appDelegate.settingActiveAccount(tableAccount.account, activeUrl: tableAccount.url, activeUser: tableAccount.user, activeUserID: tableAccount.userID, activePassword: CCUtility.getPassword(tableAccount.account))
-                
-                //self.appDelegate.activeFavorites.listingFavorites()
-                //self.appDelegate.activeMedia.reloadDataSource(loadNetworkDatasource: true) { }
-                
+                                
                 // Synchronize Offline ---
                 let directories = NCManageDatabase.sharedInstance.getTablesDirectory(predicate: NSPredicate(format: "account == %@ AND offline == true", tableAccount.account), sorted: "serverUrl", ascending: true)
                 if (directories != nil) {