mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 07:10:14 -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
|
||||
{
|
||||
LocalStore localStore = getLocalStore();
|
||||
localStore.resetVisibleLimits(getDisplayCount());
|
||||
getLocalStore().resetVisibleLimits(getDisplayCount());
|
||||
}
|
||||
catch (MessagingException e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user