mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
dont immediatly prompt biometric when locked
This commit is contained in:
parent
59d5314164
commit
0cdc138ba3
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue