|
@@ -61,7 +61,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
|
|
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
|
|
|
|
|
- NCSettingsBundleHelper.checkAndExecuteSettings()
|
|
|
+ NCSettingsBundleHelper.checkAndExecuteSettings(delay: 0)
|
|
|
|
|
|
let userAgent = CCUtility.getUserAgent() as String
|
|
|
let versionNextcloudiOS = String(format: NCBrandOptions.shared.textCopyrightNextcloudiOS, NCUtility.shared.getVersionApp())
|
|
@@ -179,7 +179,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
|
|
|
NKCommon.shared.writeLog("[INFO] Application did become active")
|
|
|
|
|
|
NCSettingsBundleHelper.setVersionAndBuildNumber()
|
|
|
- NCSettingsBundleHelper.checkAndExecuteSettings()
|
|
|
+ NCSettingsBundleHelper.checkAndExecuteSettings(delay: 0.5)
|
|
|
|
|
|
|
|
|
NCNetworkingProcessUpload.shared.observeTableMetadata()
|