1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

lock page work with autofill

This commit is contained in:
Kyle Spearrin
2019-05-17 16:36:29 -04:00
parent 3c58775ae2
commit 29951207ec
3 changed files with 27 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ namespace Bit.App
{
if(await _lockService.IsLockedAsync())
{
Current.MainPage = new NavigationPage(new LockPage());
Current.MainPage = new NavigationPage(new LockPage(_appOptions));
}
else if(_appOptions.FromAutofillFramework && _appOptions.SaveType.HasValue)
{