mirror of
https://github.com/bitwarden/mobile
synced 2025-12-30 15:13:24 +00:00
dont immediatly prompt biometric when locked
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user