1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-02 00:25:10 -04:00

Code cleanup as suggested by cketti.

This commit is contained in:
Daniel Applebaum 2010-05-06 11:29:26 +00:00
parent 59c3300d71
commit 590b222507

View File

@ -4723,11 +4723,7 @@ public class MessagingController implements Runnable
{
oldPusher = pushers.putIfAbsent(account, pusher);
}
if (oldPusher != null)
{
pusher = oldPusher;
}
else
if (oldPusher == null)
{
pusher.start(names);
}