|
@@ -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) {
|