mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 08:35:08 -04:00
Merge pull request #95 from ashleywillis/reply-after-quote
added "mQuotedHtmlContent.setFooterInsertionPoint(bodyOffset);"
This commit is contained in:
commit
a2fcb54507
@ -2183,7 +2183,9 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
if (quotedHTML.length() > 0) {
|
||||
mQuotedHtmlContent = new InsertableHtmlContent();
|
||||
mQuotedHtmlContent.setQuotedContent(quotedHTML);
|
||||
// We don't know if bodyOffset refers to the header or to the footer
|
||||
mQuotedHtmlContent.setHeaderInsertionPoint(bodyOffset);
|
||||
mQuotedHtmlContent.setFooterInsertionPoint(bodyOffset);
|
||||
mQuotedHTML.loadDataWithBaseURL("http://", mQuotedHtmlContent.getQuotedContent(), "text/html", "utf-8", null);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user