1
0
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:
Kyle Spearrin
2016-08-24 00:16:54 -04:00
parent 6cec61dc42
commit fe422a101a
3 changed files with 3 additions and 4 deletions

View File

@@ -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>();