1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00
This commit is contained in:
Jesse Vincent 2010-10-25 03:20:03 +00:00
parent ddccd11ef7
commit 724169e982

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 // If we don't even have an account name, don't show the notification
// (This happens during initial account setup) // (This happens during initial account setup)
// //
if (account.getName() == null) { if (account.getName() == null)
{
return false; return false;
} }