mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Refactoring
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.fromHtml(document.html());
|
||||
result.body = HtmlHelper.fromDocument(document);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user