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