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:
aaxdev 2020-12-21 18:15:32 +01:00 committed by GitHub
parent 0801dea6e6
commit fbcf9c900c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{ {