Ver Fonte

Account request

marinofaggiana há 4 anos atrás
pai
commit
a504e68e99
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      iOSClient/Main/Account Request/NCAccountRequest.swift

+ 1 - 1
iOSClient/Main/Account Request/NCAccountRequest.swift

@@ -128,8 +128,8 @@ extension NCAccountRequest: UITableViewDelegate {
             NCManageDatabase.shared.setAccountActive(account.account)
             dismiss(animated: true) {
                 
-                NCNetworking.shared.cancelAllTask()
                 NCOperationQueue.shared.cancelAllQueue()
+                NCNetworking.shared.cancelAllTask()
                 
                 self.appDelegate.settingAccount(account.account, urlBase: account.urlBase, user: account.user, userId: account.userId, password: CCUtility.getPassword(account.account))