marinofaggiana vor 4 Jahren
Ursprung
Commit
dbe628d5a3
1 geänderte Dateien mit 1 neuen und 4 gelöschten Zeilen
  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) {