mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 19:53:50 +00:00
dont auto show fingerprint if lock is initiated
This commit is contained in:
@@ -90,7 +90,8 @@ namespace Bit.App
|
||||
else if(message.Command == "locked")
|
||||
{
|
||||
await _stateService.PurgeAsync();
|
||||
Device.BeginInvokeOnMainThread(() => Current.MainPage = new NavigationPage(new LockPage()));
|
||||
var lockPage = new LockPage(null, !(message.Data as bool?).GetValueOrDefault());
|
||||
Device.BeginInvokeOnMainThread(() => Current.MainPage = new NavigationPage(lockPage));
|
||||
}
|
||||
else if(message.Command == "lockVault")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user