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