Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <marino@marinofaggiana.com>2022-11-02 13:45:42 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-11-02 13:45:42 +0300
commitb29e5bdf1e6356ac4e3e7e0bd581bfa0ba0166bc (patch)
tree097220a29cfc36237e28703fa9b4dd15fd265af6
parente60e26b60b19f05819b12cd31da29103af5d55fe (diff)
fix code
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
-rw-r--r--iOSClient/Networking/NCNetworkingProcessUpload.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Networking/NCNetworkingProcessUpload.swift b/iOSClient/Networking/NCNetworkingProcessUpload.swift
index b28fff251..7112c555a 100644
--- a/iOSClient/Networking/NCNetworkingProcessUpload.swift
+++ b/iOSClient/Networking/NCNetworkingProcessUpload.swift
@@ -61,7 +61,7 @@ class NCNetworkingProcessUpload: NSObject {
let isPasscodePresented = appDelegate.isPasscodePresented()
let queue = DispatchQueue.global()
var maxConcurrentOperationUpload = 10
- var viewController = appDelegate.window?.rootViewController
+ let viewController = appDelegate.window?.rootViewController
queue.async {