mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 11:43:49 +00:00
do not update activity on lock pages appearing
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Bit.App.Pages
|
||||
private readonly ICryptoService _cryptoService;
|
||||
|
||||
public LockPasswordPage()
|
||||
: base(false)
|
||||
: base(false, false)
|
||||
{
|
||||
_authService = Resolver.Resolve<IAuthService>();
|
||||
_settings = Resolver.Resolve<ISettings>();
|
||||
|
||||
Reference in New Issue
Block a user