Fix problem w/ forwarding already loaded attachments

Bug: 2938562
Change-Id: I778623bf5ee56d25eab5a74d86e9f89206e7f348
This commit is contained in:
Marc Blank 2010-08-24 16:20:47 -07:00
parent 3299d4a0d9
commit 5fd986fca0
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
// this attachment is new so save it to DB.
attachment.mMessageKey = mDraft.mId;
attachment.save(MessageCompose.this);
} else if (attachment.mContentUri == null) {
} else {
// We clone the attachment and save it again; otherwise, it will
// continue to point to the source message. From this point forward,
// the attachments will be independent of the original message in the