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

@@ -168,7 +168,7 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
this.name = name;
this.started = new Date().getTime();
if (BuildConfig.TEST_RELEASE)
if (Log.isTestRelease())
Log.breadcrumb("SimpleTask", args);
for (String key : args.keySet()) {