Merge "MessageCompose: properly remove quoted text from saved draft."

This commit is contained in:
Mihai Preda 2010-01-28 03:48:20 -08:00 committed by Android (Google) Code Review
commit b4e7a85eaa

View File

@ -1020,6 +1020,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
case R.id.quoted_text_delete:
mQuotedTextBar.setVisibility(View.GONE);
mQuotedText.setVisibility(View.GONE);
mDraft.mIntroText = null;
mDraft.mTextReply = null;
mDraft.mHtmlReply = null;
setDraftNeedsSaving(true);
break;
}