mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-15 21:43:27 +02:00
Add context
This commit is contained in:
@@ -7391,7 +7391,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
List<CSSStyleSheet> sheets =
|
||||
HtmlHelper.parseStyles(d.head().select("style"));
|
||||
for (Element element : d.select("*")) {
|
||||
String computed = HtmlHelper.processStyles(
|
||||
String computed = HtmlHelper.processStyles(context,
|
||||
element.tagName(),
|
||||
element.className(),
|
||||
element.attr("style"),
|
||||
|
||||
Reference in New Issue
Block a user