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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user