mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 15:40:59 +01: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