Refactoring

This commit is contained in:
M66B
2024-01-04 13:26:06 +01:00
parent 1177f6d9b6
commit 3bad56345a
9 changed files with 18 additions and 14 deletions

View File

@@ -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);