mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
is locked inside if
This commit is contained in:
@@ -164,8 +164,7 @@ namespace Bit.App
|
||||
var authed = await _userService.IsAuthenticatedAsync();
|
||||
if(authed)
|
||||
{
|
||||
var locked = await _lockService.IsLockedAsync();
|
||||
if(locked)
|
||||
if(await _lockService.IsLockedAsync())
|
||||
{
|
||||
Current.MainPage = new NavigationPage(new LockPage());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user