marinofaggiana hace 3 años
padre
commit
b80d248469

+ 1 - 1
Nextcloud.xcodeproj/project.pbxproj

@@ -2923,7 +2923,7 @@
 			repositoryURL = "https://github.com/nextcloud/ios-communication-library/";
 			requirement = {
 				kind = revision;
-				revision = 11ed9aa348c22a4464f65f4d0e49af3096a7cbda;
+				revision = 4b2b71daf4dea7b66d68cac5af67ec4aaf7d9281;
 			};
 		};
 		F788ECC5263AAAF900ADC67F /* XCRemoteSwiftPackageReference "MarkdownKit" */ = {

+ 1 - 1
Nextcloud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

@@ -105,7 +105,7 @@
         "repositoryURL": "https://github.com/nextcloud/ios-communication-library/",
         "state": {
           "branch": null,
-          "revision": "11ed9aa348c22a4464f65f4d0e49af3096a7cbda",
+          "revision": "4b2b71daf4dea7b66d68cac5af67ec4aaf7d9281",
           "version": null
         }
       },

+ 3 - 3
iOSClient/Networking/NCNetworkingCheckRemoteUser.swift

@@ -35,9 +35,9 @@ import NCCommunication
     @objc func checkRemoteUser(account: String) {
            
         if self.checkRemoteUserInProgress {
-            return;
+            return
         } else {
-            self.checkRemoteUserInProgress = true;
+            self.checkRemoteUserInProgress = true
         }
         
         let serverVersionMajor = NCManageDatabase.shared.getCapabilitiesServerInt(account: account, elements: NCElementsJSON.shared.capabilitiesVersionMajor)
@@ -55,7 +55,7 @@ import NCCommunication
                     self.appDelegate.deleteAccount(account, wipe: true)
                     NCContentPresenter.shared.messageNotification(tableAccount.user, description: "_wipe_account_", delay: NCGlobal.shared.dismissAfterSecondLong, type: NCContentPresenter.messageType.error, errorCode: NCGlobal.shared.errorInternalError)
                     NCCommunication.shared.setRemoteWipeCompletition(serverUrl: tableAccount.urlBase, token: token) { (account, errorCode, errorDescription) in
-                        print("wipe");
+                        print("wipe")
                     }
                     
                 } else {