mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Task no log implies no count
This commit is contained in:
@@ -64,6 +64,8 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
|
||||
|
||||
public SimpleTask<T> setLog(boolean log) {
|
||||
this.log = log;
|
||||
if (!log)
|
||||
this.count = false;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user