B. Petersen 3 年之前
父节点
当前提交
201df06010
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

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