mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Added beta flag
This commit is contained in:
@@ -48,7 +48,8 @@ public class ApplicationEx extends Application {
|
||||
if (ownFault(ex)) {
|
||||
Log.e(ex);
|
||||
|
||||
if (!Helper.isPlayStoreInstall(ApplicationEx.this))
|
||||
if (BuildConfig.BETA_RELEASE ||
|
||||
!Helper.isPlayStoreInstall(ApplicationEx.this))
|
||||
writeCrashLog(ApplicationEx.this, ex);
|
||||
|
||||
if (prev != null)
|
||||
|
||||
Reference in New Issue
Block a user