1
0
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:
Jesse Vincent 2010-12-24 22:48:14 +00:00
parent 30b7402569
commit df96d0fbe0

View File

@ -592,8 +592,7 @@ public class Account implements BaseAccount
{
try
{
LocalStore localStore = getLocalStore();
localStore.resetVisibleLimits(getDisplayCount());
getLocalStore().resetVisibleLimits(getDisplayCount());
}
catch (MessagingException e)
{