Procházet zdrojové kódy

double-check bgIoTimestamp

B. Petersen před 3 roky
rodič
revize
c1bb2b16b6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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)
 
         self.pushToDebugArray("🏁")
+        bgIoTimestamp = Double(Date().timeIntervalSince1970)
 
         DBDebugToolkit.setup(with: []) // empty array will override default device shake trigger
         DBDebugToolkit.setupCrashReporting()