mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Made custom rendering an experiment
This commit is contained in:
@@ -78,7 +78,7 @@ public class EditTextCompose extends FixedEditText {
|
||||
html = "<div>" + HtmlHelper.formatPre(text.toString()) + "</div>";
|
||||
}
|
||||
Document document = HtmlHelper.sanitizeCompose(context, html, false);
|
||||
Spanned paste = HtmlHelper.fromDocument(document);
|
||||
Spanned paste = HtmlHelper.fromDocument(context, document);
|
||||
|
||||
int colorPrimary = Helper.resolveColor(context, R.attr.colorPrimary);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user