mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Made custom rendering an experiment
This commit is contained in:
@@ -179,7 +179,7 @@ public class ActivityEML extends ActivityBase {
|
||||
if (html != null) {
|
||||
Document parsed = JsoupEx.parse(html);
|
||||
Document document = HtmlHelper.sanitizeView(context, parsed, false);
|
||||
result.body = HtmlHelper.fromDocument(document);
|
||||
result.body = HtmlHelper.fromDocument(context, document);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user