marinofaggiana před 4 roky
rodič
revize
d3c5783178
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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()
         }
     }