marinofaggiana 4 years ago
parent
commit
adca30e631
1 changed files with 3 additions and 1 deletions
  1. 3 1
      iOSClient/Networking/NCNetworkingAutoUpload.swift

+ 3 - 1
iOSClient/Networking/NCNetworkingAutoUpload.swift

@@ -40,7 +40,9 @@ class NCNetworkingAutoUpload: NSObject {
         }
         }
     }
     }
     
     
-    func startTimer() {
+    // PRIVATE
+    
+    private func startTimer() {
         timerProcess = Timer.scheduledTimer(timeInterval: TimeInterval(k_timerAutoUpload), target: self, selector: #selector(process), userInfo: nil, repeats: true)
         timerProcess = Timer.scheduledTimer(timeInterval: TimeInterval(k_timerAutoUpload), target: self, selector: #selector(process), userInfo: nil, repeats: true)
     }
     }