marinofaggiana vor 4 Jahren
Ursprung
Commit
d3c5783178
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      iOSClient/AppDelegate.swift

+ 2 - 1
iOSClient/AppDelegate.swift

@@ -261,7 +261,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         passcodeWithAutomaticallyPromptForBiometricValidation(false)
         
         if #available(iOS 13.0, *) {
-            
+            scheduleAppRefresh()
+            scheduleBackgroundProcessing()
         }
     }