mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
when changing an account's visible limits, try to reset folder visible
limits as soon as we save the setting
This commit is contained in:
parent
9f695eb4ed
commit
a130f56bf4
@ -817,6 +817,7 @@ public class Account implements BaseAccount
|
|||||||
{
|
{
|
||||||
this.mDisplayCount = K9.DEFAULT_VISIBLE_LIMIT;
|
this.mDisplayCount = K9.DEFAULT_VISIBLE_LIMIT;
|
||||||
}
|
}
|
||||||
|
resetVisibleLimits();
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized long getLastAutomaticCheckTime()
|
public synchronized long getLastAutomaticCheckTime()
|
||||||
|
Loading…
Reference in New Issue
Block a user