mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-19 23:43:29 +02:00
Refactoring
This commit is contained in:
@@ -2488,7 +2488,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
} catch (AddressException ignored) {
|
||||
}
|
||||
|
||||
String html = EntityAnswer.replacePlaceholders(context, answer.text, tos);
|
||||
String html = answer.getHtml(context, tos);
|
||||
|
||||
Document d = HtmlHelper.sanitizeCompose(context, html, true);
|
||||
Spanned spanned = HtmlHelper.fromDocument(context, d, new HtmlHelper.ImageGetterEx() {
|
||||
|
||||
Reference in New Issue
Block a user