mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
hockeyapp custom listener for android. Disable some hockeyapp features in ios since we use google analytics.
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Bit.iOS
|
||||
manager.UserId = appIdService.AppId;
|
||||
manager.StartManager();
|
||||
manager.Authenticator.AuthenticateInstallation();
|
||||
manager.DisableMetricsManager = manager.DisableFeedbackManager = manager.DisableUpdateManager = true;
|
||||
|
||||
LoadApplication(new App.App(
|
||||
Resolver.Resolve<IAuthService>(),
|
||||
|
||||
Reference in New Issue
Block a user