mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
Fixed from HTML
This commit is contained in:
parent
00172380aa
commit
6baf1199c4
1 changed files with 2 additions and 1 deletions
|
@ -4199,7 +4199,8 @@ public class HtmlHelper {
|
|||
}
|
||||
|
||||
static Spanned fromHtml(@NonNull String html, Context context) {
|
||||
Document document = JsoupEx.parse(html);
|
||||
Document parsed = JsoupEx.parse(html);
|
||||
Document document = sanitizeView(context, parsed, false);
|
||||
return fromDocument(context, document, null, null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue