소스 검색

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 년 전
부모
커밋
9cdf542190
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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