B. Petersen %!s(int64=3) %!d(string=hai) anos
pai
achega
702c0037c4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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()