mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Fixed small indentation issue.
This commit is contained in:
parent
e55d3019c3
commit
29e024b24e
@ -4720,12 +4720,12 @@ public class MessagingController implements Runnable
|
||||
Pusher pusher = store.getPusher(receiver);
|
||||
if (pusher != null)
|
||||
{
|
||||
Pusher oldPusher = pushers.putIfAbsent(account, pusher);
|
||||
if (oldPusher == null)
|
||||
{
|
||||
pusher.start(names);
|
||||
}
|
||||
}
|
||||
Pusher oldPusher = pushers.putIfAbsent(account, pusher);
|
||||
if (oldPusher == null)
|
||||
{
|
||||
pusher.start(names);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user