marinofaggiana před 6 roky
rodič
revize
436313a923
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      iOSClient/Networking/NCService.swift

+ 4 - 1
iOSClient/Networking/NCService.swift

@@ -243,7 +243,10 @@ class NCService: NSObject {
                 
                 self.appDelegate.settingActiveAccount(tableAccount.account, activeUrl: tableAccount.url, activeUser: tableAccount.user, activeUserID: tableAccount.userID, activePassword: tableAccount.password)
                 
-                // SynchronizeOffline
+                // Call func thath required the userdID
+                self.appDelegate.activeFavorites.listingFavorites()
+                self.appDelegate.activeMedia.collectionViewReloadDataSource()
+                self.appDelegate.activeMedia.loadNetworkDatasource()
                 NCFunctionMain.sharedInstance.synchronizeOffline()
                 
                 DispatchQueue.global(qos: .default).async {