Преглед изворни кода

#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
         // Passcode
-        DispatchQueue.main.async {
-            self.presentPasscode {
-                self.enableTouchFaceID()
-            }
+        self.presentPasscode {
+            self.enableTouchFaceID()
         }
         }
 
 
         return true
         return true