diff --git a/src/App/App.xaml.cs b/src/App/App.xaml.cs index d4d8c7b81..531dbf9dc 100644 --- a/src/App/App.xaml.cs +++ b/src/App/App.xaml.cs @@ -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) {