mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Remove an unused "context" from a private function
This commit is contained in:
parent
02acea3bbf
commit
75ec749ed4
@ -4322,7 +4322,7 @@ public class MessagingController implements Runnable
|
|||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
synchronizeFolder(context, account, folder, ignoreLastCheckedTime, accountInterval, listener);
|
synchronizeFolder(account, folder, ignoreLastCheckedTime, accountInterval, listener);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (MessagingException e)
|
catch (MessagingException e)
|
||||||
@ -4361,14 +4361,11 @@ public class MessagingController implements Runnable
|
|||||||
|
|
||||||
|
|
||||||
private void synchronizeFolder(
|
private void synchronizeFolder(
|
||||||
final Context context, final Account account,
|
final Account account,
|
||||||
final Folder folder,
|
final Folder folder,
|
||||||
final boolean ignoreLastCheckedTime,
|
final boolean ignoreLastCheckedTime,
|
||||||
final long accountInterval,
|
final long accountInterval,
|
||||||
final MessagingListener listener
|
final MessagingListener listener )
|
||||||
|
|
||||||
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user