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:
parent
59c3300d71
commit
590b222507
@ -4723,11 +4723,7 @@ public class MessagingController implements Runnable
|
|||||||
{
|
{
|
||||||
oldPusher = pushers.putIfAbsent(account, pusher);
|
oldPusher = pushers.putIfAbsent(account, pusher);
|
||||||
}
|
}
|
||||||
if (oldPusher != null)
|
if (oldPusher == null)
|
||||||
{
|
|
||||||
pusher = oldPusher;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
pusher.start(names);
|
pusher.start(names);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user