Explorar el Código

fix code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana hace 2 años
padre
commit
b29e5bdf1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Networking/NCNetworkingProcessUpload.swift

+ 1 - 1
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 {