Browse Source

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
9cdf542190
1 changed files with 2 additions and 2 deletions
  1. 2 2
      iOSClient/AppDelegate.swift

+ 2 - 2
iOSClient/AppDelegate.swift

@@ -238,8 +238,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
             NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterInitialize)
         }
 
-        // START TIMER UPLOAD PROCESS
-        networkingProcessUpload?.startTimer()
+        // START UPLOAD PROCESS
+        networkingProcessUpload = NCNetworkingProcessUpload()
 
         // Initialize Auto upload
         NCAutoUpload.shared.initAutoUpload(viewController: nil) { items in