mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-17 04:43:07 +02:00
Fixed simple task count
This commit is contained in:
@@ -195,4 +195,8 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
|
||||
|
||||
protected void onPostExecute(Bundle args) {
|
||||
}
|
||||
|
||||
static int getCount() {
|
||||
return tasks.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user