mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Should reset visibleLimit on clear messages.
This commit is contained in:
parent
a4f7288d37
commit
cb46f170cd
@ -2572,6 +2572,7 @@ public class LocalStore extends Store implements Serializable {
|
|||||||
setPushState(null);
|
setPushState(null);
|
||||||
setLastPush(0);
|
setLastPush(0);
|
||||||
setLastChecked(0);
|
setLastChecked(0);
|
||||||
|
setVisibleLimit(mAccount.getDisplayCount());
|
||||||
}
|
}
|
||||||
|
|
||||||
private void resetUnreadAndFlaggedCounts() {
|
private void resetUnreadAndFlaggedCounts() {
|
||||||
|
Loading…
Reference in New Issue
Block a user