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-04 20:10:53 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-11-04 20:10:53 +0300
commit9a799a125f6d362204c93690fbe4fdaec31b68c6 (patch)
tree0eb9b0ab4e6f5813bfe8ba59ddc639c64c09f8bf
parent5d074ebed1cba3c6644ba3d792e961993a3930bf (diff)
fix code
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
-rw-r--r--iOSClient/Networking/NCNetworkingProcessUpload.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/iOSClient/Networking/NCNetworkingProcessUpload.swift b/iOSClient/Networking/NCNetworkingProcessUpload.swift
index a372bef2f..c9cda89ac 100644
--- a/iOSClient/Networking/NCNetworkingProcessUpload.swift
+++ b/iOSClient/Networking/NCNetworkingProcessUpload.swift
@@ -80,7 +80,6 @@ class NCNetworkingProcessUpload: NSObject {
}
@objc private func processTimer() {
- if notificationToken == nil { return }
start { items in
print("[LOG] PROCESS-UPLOAD-TIMER \(items)")
}