Loading src/com/android/email/activity/MessageCompose.java +3 −4 Original line number Diff line number Diff line Loading @@ -575,10 +575,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus } } if (!mSourceMessageProcessed) { text = appendSignature(text); } TextBody body = new TextBody(text); Loading Loading
src/com/android/email/activity/MessageCompose.java +3 −4 Original line number Diff line number Diff line Loading @@ -575,10 +575,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus } } if (!mSourceMessageProcessed) { text = appendSignature(text); } TextBody body = new TextBody(text); Loading