B. Petersen vor 3 Jahren
Ursprung
Commit
702c0037c4
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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()