Merge "Set attachments flag when saving/updating outbox/draft message"

This commit is contained in:
Marc Blank 2012-04-03 12:48:51 -07:00 committed by Android (Google) Code Review
commit 57c051f6f2

View File

@ -2837,6 +2837,7 @@ outer:
}
if (!atts.isEmpty()) {
msg.mAttachments = atts;
msg.mFlagAttachment = true;
}
// Save it or update it...
if (!msg.isSaved()) {