Browse Source

double-check bgIoTimestamp

B. Petersen 3 years ago
parent
commit
c1bb2b16b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/AppDelegate.swift

+ 1 - 0
deltachat-ios/AppDelegate.swift

@@ -50,6 +50,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         signal(SIGPIPE, SIG_IGN)
         signal(SIGPIPE, SIG_IGN)
 
 
         self.pushToDebugArray("🏁")
         self.pushToDebugArray("🏁")
+        bgIoTimestamp = Double(Date().timeIntervalSince1970)
 
 
         DBDebugToolkit.setup(with: []) // empty array will override default device shake trigger
         DBDebugToolkit.setup(with: []) // empty array will override default device shake trigger
         DBDebugToolkit.setupCrashReporting()
         DBDebugToolkit.setupCrashReporting()