Skip to content

Commit 26cbf36

Browse files
committed
Added use ACRA in release builds. | Close #6.
1 parent 125ec28 commit 26cbf36

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

FlowCrypt/src/main/java/com/flowcrypt/email/FlowCryptApplication.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ public void onCreate() {
4646
@Override
4747
protected void attachBaseContext(Context base) {
4848
super.attachBaseContext(base);
49-
if (BuildConfig.DEBUG) {
50-
ACRA.init(this);
51-
}
49+
ACRA.init(this);
5250
}
5351

5452
/**

0 commit comments

Comments
 (0)