This commit is contained in:
Jesse Vincent 2010-10-25 03:20:03 +00:00
parent ddccd11ef7
commit 724169e982
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}