mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
astyle
This commit is contained in:
parent
ddccd11ef7
commit
724169e982
@ -4602,7 +4602,8 @@ public class MessagingController implements Runnable
|
||||
// If we don't even have an account name, don't show the notification
|
||||
// (This happens during initial account setup)
|
||||
//
|
||||
if (account.getName() == null) {
|
||||
if (account.getName() == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user