mirror of
https://github.com/bitwarden/mobile
synced 2025-02-05 12:58:51 +01:00
dont immediatly prompt biometric when locked
This commit is contained in:
parent
59d5314164
commit
0cdc138ba3
@ -396,6 +396,11 @@ namespace Bit.App
|
||||
autoPromptFingerprint = false;
|
||||
}
|
||||
}
|
||||
else if(autoPromptFingerprint && Device.RuntimePlatform == Device.Android &&
|
||||
_deviceActionService.UseNativeBiometric())
|
||||
{
|
||||
autoPromptFingerprint = false;
|
||||
}
|
||||
PreviousPageInfo lastPageBeforeLock = null;
|
||||
if(Current.MainPage is TabbedPage tabbedPage && tabbedPage.Navigation.ModalStack.Count > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user