mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
avoid use of a temp variable
This commit is contained in:
parent
30b7402569
commit
df96d0fbe0
@ -592,8 +592,7 @@ public class Account implements BaseAccount
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
LocalStore localStore = getLocalStore();
|
getLocalStore().resetVisibleLimits(getDisplayCount());
|
||||||
localStore.resetVisibleLimits(getDisplayCount());
|
|
||||||
}
|
}
|
||||||
catch (MessagingException e)
|
catch (MessagingException e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user