mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Refactoring
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user