mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -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);
|
||||
setLastPush(0);
|
||||
setLastChecked(0);
|
||||
setVisibleLimit(mAccount.getDisplayCount());
|
||||
}
|
||||
|
||||
private void resetUnreadAndFlaggedCounts() {
|
||||
|
Loading…
Reference in New Issue
Block a user