mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
Track activity more accurately throughout the app & extension so that lock screen is not presented prematurly.
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Bit.App.Pages
|
||||
private HomePage _homePage;
|
||||
|
||||
public RegisterPage(HomePage homePage)
|
||||
: base(updateActivity: false)
|
||||
{
|
||||
_homePage = homePage;
|
||||
_cryptoService = Resolver.Resolve<ICryptoService>();
|
||||
|
||||
Reference in New Issue
Block a user