Minor formatting change
b/13642247
Change-Id: I02e495142d8043c8749ab0bce21f4c7c1cea7a5f
(cherry picked from commit 64b4f7dcff
)
This commit is contained in:
parent
4d6225d699
commit
c7031638bd
@ -158,7 +158,8 @@ public abstract class EmailServiceStub extends IEmailService.Stub implements IEm
|
|||||||
if (mailbox == null) {
|
if (mailbox == null) {
|
||||||
// This could be null if the account is deleted at just the wrong time.
|
// This could be null if the account is deleted at just the wrong time.
|
||||||
return;
|
return;
|
||||||
} else if (mailbox.mType == Mailbox.TYPE_OUTBOX) {
|
}
|
||||||
|
if (mailbox.mType == Mailbox.TYPE_OUTBOX) {
|
||||||
long sourceId = Utility.getFirstRowLong(mContext, Body.CONTENT_URI,
|
long sourceId = Utility.getFirstRowLong(mContext, Body.CONTENT_URI,
|
||||||
new String[] {BodyColumns.SOURCE_MESSAGE_KEY},
|
new String[] {BodyColumns.SOURCE_MESSAGE_KEY},
|
||||||
BodyColumns.MESSAGE_KEY + "=?",
|
BodyColumns.MESSAGE_KEY + "=?",
|
||||||
|
Loading…
Reference in New Issue
Block a user