mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03: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:
parent
0801dea6e6
commit
fbcf9c900c
1 changed files with 0 additions and 4 deletions
|
@ -395,10 +395,6 @@ namespace Bit.App
|
|||
autoPromptBiometric = false;
|
||||
}
|
||||
}
|
||||
else if (autoPromptBiometric && Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
autoPromptBiometric = false;
|
||||
}
|
||||
PreviousPageInfo lastPageBeforeLock = null;
|
||||
if (Current.MainPage is TabbedPage tabbedPage && tabbedPage.Navigation.ModalStack.Count > 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue