mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
Fix auto biometric prompt on vault timeout (#1048)
* Fix auto biometric prompt on vault timeout
* Revert "Fix auto biometric prompt on vault timeout"
This reverts commit 67663d7be9.
* Let biometric prompt on vault timeout (android)
This commit is contained in:
@@ -395,10 +395,6 @@ namespace Bit.App
|
|||||||
autoPromptBiometric = false;
|
autoPromptBiometric = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (autoPromptBiometric && Device.RuntimePlatform == Device.Android)
|
|
||||||
{
|
|
||||||
autoPromptBiometric = false;
|
|
||||||
}
|
|
||||||
PreviousPageInfo lastPageBeforeLock = null;
|
PreviousPageInfo lastPageBeforeLock = null;
|
||||||
if (Current.MainPage is TabbedPage tabbedPage && tabbedPage.Navigation.ModalStack.Count > 0)
|
if (Current.MainPage is TabbedPage tabbedPage && tabbedPage.Navigation.ModalStack.Count > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user