Minor formatting change

b/13642247

Change-Id: I02e495142d8043c8749ab0bce21f4c7c1cea7a5f
This commit is contained in:
Martin Hibdon 2014-03-26 10:47:54 -07:00
parent adabb4285b
commit 64b4f7dcff
1 changed files with 2 additions and 1 deletions

View File

@ -158,7 +158,8 @@ public abstract class EmailServiceStub extends IEmailService.Stub implements IEm
if (mailbox == null) {
// This could be null if the account is deleted at just the wrong time.
return;
} else if (mailbox.mType == Mailbox.TYPE_OUTBOX) {
}
if (mailbox.mType == Mailbox.TYPE_OUTBOX) {
long sourceId = Utility.getFirstRowLong(mContext, Body.CONTENT_URI,
new String[] {BodyColumns.SOURCE_MESSAGE_KEY},
BodyColumns.MESSAGE_KEY + "=?",