B. Petersen před 3 roky
rodič
revize
702c0037c4
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      deltachat-ios/AppDelegate.swift

+ 2 - 0
deltachat-ios/AppDelegate.swift

@@ -190,6 +190,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     // MARK: - app lifecycle
 
     func applicationWillEnterForeground(_: UIApplication) {
+        self.pushToDebugArray("➡️")
         logger.info("➡️ applicationWillEnterForeground")
         dcAccounts.startIo()
 
@@ -225,6 +226,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     }
 
     func applicationWillTerminate(_: UIApplication) {
+        self.pushToDebugArray("⬅️T")
         logger.info("⬅️ applicationWillTerminate")
         dcAccounts.closeDatabase()
         reachability.stopNotifier()