mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
Optimized startup tasks to only happen when necessary. Added some GA telemetry to autofill.
This commit is contained in:
@@ -77,7 +77,8 @@ namespace Bit.Android
|
||||
Resolver.Resolve<ISettings>(),
|
||||
Resolver.Resolve<ILockService>(),
|
||||
Resolver.Resolve<IGoogleAnalyticsService>(),
|
||||
Resolver.Resolve<ILocalizeService>()));
|
||||
Resolver.Resolve<ILocalizeService>(),
|
||||
Resolver.Resolve<IAppInfoService>()));
|
||||
|
||||
MessagingCenter.Subscribe<Xamarin.Forms.Application>(Xamarin.Forms.Application.Current, "RateApp", (sender) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user