mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Refactoring
This commit is contained in:
@@ -110,7 +110,7 @@ public class EntityLog {
|
||||
if (context == null)
|
||||
return;
|
||||
if (type == Type.Debug &&
|
||||
!(BuildConfig.DEBUG || BuildConfig.TEST_RELEASE))
|
||||
!(BuildConfig.DEBUG || Log.isTestRelease()))
|
||||
return;
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
|
||||
Reference in New Issue
Block a user