From d4e8fe1c17b0350827abd2d54f627e3c1e1a1771 Mon Sep 17 00:00:00 2001 From: Marino Faggiana Date: Wed, 28 Sep 2022 10:30:49 +0200 Subject: coding Signed-off-by: Marino Faggiana --- iOSClient/AppDelegate.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/iOSClient/AppDelegate.swift b/iOSClient/AppDelegate.swift index 29e21b6cb..8508c9b63 100644 --- a/iOSClient/AppDelegate.swift +++ b/iOSClient/AppDelegate.swift @@ -248,6 +248,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD NKCommon.shared.writeLog("Initialize Auto upload with \(items) uploads") self.autoUploadInprogress = false } + } else { + NKCommon.shared.writeLog("Auto upload already in progress.") } // Required unsubscribing / subscribing @@ -337,6 +339,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD NKCommon.shared.writeLog("Initialize Auto upload with \(items) uploads") self.autoUploadInprogress = false } + } else { + NKCommon.shared.writeLog("Auto upload already in progress.") } // Start services @@ -407,6 +411,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD self.autoUploadInprogress = false task.setTaskCompleted(success: true) } + } else { + NKCommon.shared.writeLog("Auto upload already in progress.") } } @@ -427,6 +433,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD self.autoUploadInprogress = false task.setTaskCompleted(success: true) } + } else { + NKCommon.shared.writeLog("Auto upload already in progress.") } } -- cgit v1.2.3