|
@@ -238,8 +238,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
|
|
NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
+
|
|
- networkingProcessUpload?.startTimer()
|
|
+ networkingProcessUpload = NCNetworkingProcessUpload()
|
|
|
|
|
|
|
|
|
|
NCAutoUpload.shared.initAutoUpload(viewController: nil) { items in
|
|
NCAutoUpload.shared.initAutoUpload(viewController: nil) { items in
|