Merge "Minor formatting change" into ub-mail-master

This commit is contained in:
Martin Hibdon 2014-03-26 18:03:09 +00:00 committed by Android (Google) Code Review
commit 77ba9a751f
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 + "=?",