|
@@ -176,6 +176,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
|
|
|
NKCommon.shared.writeLog("[INFO] Application did become active")
|
|
NKCommon.shared.writeLog("[INFO] Application did become active")
|
|
|
|
|
|
|
|
+ NCSettingsBundleHelper.setVersionAndBuildNumber()
|
|
|
|
+ NCSettingsBundleHelper.checkAndExecuteSettings()
|
|
|
|
+
|
|
|
|
|
|
NCNetworkingProcessUpload.shared.observeTableMetadata()
|
|
NCNetworkingProcessUpload.shared.observeTableMetadata()
|
|
NCNetworkingProcessUpload.shared.startTimer()
|
|
NCNetworkingProcessUpload.shared.startTimer()
|
|
@@ -186,8 +189,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
hidePrivacyProtectionWindow()
|
|
hidePrivacyProtectionWindow()
|
|
}
|
|
}
|
|
|
|
|
|
- NCSettingsBundleHelper.setVersionAndBuildNumber()
|
|
|
|
-
|
|
|
|
if !account.isEmpty {
|
|
if !account.isEmpty {
|
|
NCNetworkingProcessUpload.shared.verifyUploadZombie()
|
|
NCNetworkingProcessUpload.shared.verifyUploadZombie()
|
|
}
|
|
}
|