mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
centralized lock logic into a new lock service to be shared to extension
This commit is contained in:
@@ -34,7 +34,8 @@ namespace Bit.Android
|
||||
Resolver.Resolve<ISyncService>(),
|
||||
Resolver.Resolve<IFingerprint>(),
|
||||
Resolver.Resolve<ISettings>(),
|
||||
Resolver.Resolve<IPushNotification>()));
|
||||
Resolver.Resolve<IPushNotification>(),
|
||||
Resolver.Resolve<ILockService>()));
|
||||
}
|
||||
|
||||
protected override void OnPause()
|
||||
|
||||
Reference in New Issue
Block a user