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