mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-02 17:55:42 +00:00
Updated task count on resume
This commit is contained in:
parent
eee29194b7
commit
a15293a73a
1 changed files with 2 additions and 0 deletions
|
@ -5235,6 +5235,8 @@ public class FragmentMessages extends FragmentBase
|
||||||
adapter.setCompact(compact);
|
adapter.setCompact(compact);
|
||||||
adapter.setZoom(zoom);
|
adapter.setZoom(zoom);
|
||||||
|
|
||||||
|
updateListState("Resume", SimpleTask.getCount(), adapter.getItemCount());
|
||||||
|
|
||||||
if (true || !checkRedmiNote())
|
if (true || !checkRedmiNote())
|
||||||
if (true || !checkDoze())
|
if (true || !checkDoze())
|
||||||
if (!checkReporting())
|
if (!checkReporting())
|
||||||
|
|
Loading…
Reference in a new issue