浏览代码

#2215

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
4552a3dc44
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      iOSClient/AppDelegate.swift

+ 2 - 4
iOSClient/AppDelegate.swift

@@ -172,10 +172,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         }
 
         // Passcode
-        DispatchQueue.main.async {
-            self.presentPasscode {
-                self.enableTouchFaceID()
-            }
+        self.presentPasscode {
+            self.enableTouchFaceID()
         }
 
         return true