Activate Face ID automatically as soon as the lock view appears in extensions (#492)
This commit is contained in:
parent
a83acd096a
commit
545186da96
2 changed files with 3 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class PasscodeExtensionDisplay {
|
|||
return
|
||||
}
|
||||
passcodeLockVC.modalPresentationStyle = .fullScreen
|
||||
extensionVC.present(passcodeLockVC, animated: false) {
|
||||
extensionVC.parent?.present(passcodeLockVC, animated: false) {
|
||||
extensionVC.view.isHidden = false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@
|
|||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>Enable access to Face ID to unlock Pass.</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionMainStoryboard</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue