Explorar o código

Account request

marinofaggiana %!s(int64=4) %!d(string=hai) anos
pai
achega
a504e68e99
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))