mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 14:53:18 +00:00
fdroid builds without Google and Hockey services
This commit is contained in:
@@ -61,8 +61,10 @@ namespace Bit.Android
|
||||
var appIdService = Resolver.Resolve<IAppIdService>();
|
||||
var authService = Resolver.Resolve<IAuthService>();
|
||||
|
||||
#if !FDROID
|
||||
HockeyApp.Android.CrashManager.Register(this, HockeyAppId,
|
||||
new HockeyAppCrashManagerListener(appIdService, authService));
|
||||
#endif
|
||||
|
||||
Forms.Init(this, bundle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user