Set attachments flag when saving/updating outbox/draft message
Bug: 6282601 Change-Id: Ie9c756b59b8aa721630e38aa51001711031503c9
This commit is contained in:
parent
87fe50ee29
commit
3adeda0397
@ -2837,6 +2837,7 @@ outer:
|
||||
}
|
||||
if (!atts.isEmpty()) {
|
||||
msg.mAttachments = atts;
|
||||
msg.mFlagAttachment = true;
|
||||
}
|
||||
// Save it or update it...
|
||||
if (!msg.isSaved()) {
|
||||
|
Loading…
Reference in New Issue
Block a user