mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
Track activity more accurately throughout the app & extension so that lock screen is not presented prematurly.
This commit is contained in:
@@ -17,6 +17,7 @@ namespace Bit.App.Pages
|
||||
private readonly ISettings _settings;
|
||||
|
||||
public HomePage()
|
||||
: base(updateActivity: false)
|
||||
{
|
||||
_authService = Resolver.Resolve<IAuthService>();
|
||||
_userDialogs = Resolver.Resolve<IUserDialogs>();
|
||||
|
||||
Reference in New Issue
Block a user