1
0
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:
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

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