mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
check lock only if locked on all pages
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Bit.App.Controls
|
||||
BackgroundColor = Color.FromHex("efeff4");
|
||||
}
|
||||
|
||||
protected override void OnAppearing()
|
||||
protected async override void OnAppearing()
|
||||
{
|
||||
if(_requireAuth && !_authService.IsAuthenticated)
|
||||
{
|
||||
@@ -52,6 +52,7 @@ namespace Bit.App.Controls
|
||||
}
|
||||
|
||||
_googleAnalyticsService.TrackPage(GetType().Name);
|
||||
await _lockService.CheckLockAsync(false, true);
|
||||
base.OnAppearing();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user