|
@@ -209,12 +209,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
if activeAccount.account != account {
|
|
|
settingAccount(activeAccount.account, urlBase: activeAccount.urlBase, user: activeAccount.user, userId: activeAccount.userId, password: CCUtility.getPassword(activeAccount.account))
|
|
|
} else {
|
|
|
- DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
|
|
|
- // Unlock E2EE
|
|
|
- NCNetworkingE2EE.shared.unlockAll(account: self.account)
|
|
|
- // Request Service Server Nextcloud
|
|
|
- NCService.shared.startRequestServicesServer()
|
|
|
- }
|
|
|
+ // Unlock E2EE
|
|
|
+ NCNetworkingE2EE.shared.unlockAll(account: self.account)
|
|
|
+ // Request Service Server Nextcloud
|
|
|
+ NCService.shared.startRequestServicesServer()
|
|
|
}
|
|
|
|
|
|
// Required unsubscribing / subscribing
|