mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Initialize Instabug in DEBUG Mode (or else the InstabugActivities crash)
This commit is contained in:
parent
dce33fe2b4
commit
289c17019a
1 changed files with 2 additions and 3 deletions
|
|
@ -13,8 +13,7 @@ public class HabiticaApplication extends Application {
|
|||
public void onCreate() {
|
||||
super.onCreate();
|
||||
|
||||
if (!BuildConfig.DEBUG) {
|
||||
Instabug.initialize(this, "a5aa5f471a9cd8a958c0c55181172655");
|
||||
}
|
||||
Instabug.DEBUG = BuildConfig.DEBUG;
|
||||
Instabug.initialize(this, "a5aa5f471a9cd8a958c0c55181172655");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue