From fbcf9c900cf6602f387545add9548a41d1ca7279 Mon Sep 17 00:00:00 2001 From: aaxdev <55292583+aaxdev@users.noreply.github.com> Date: Mon, 21 Dec 2020 18:15:32 +0100 Subject: [PATCH] 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 67663d7be9fa6a5bf7486c6237d85d7556dcccb9. * Let biometric prompt on vault timeout (android) --- src/App/App.xaml.cs | 4 ---- 1 file changed, 4 deletions(-) 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) {