mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed has visible content
This commit is contained in:
@@ -1377,9 +1377,6 @@ public class HtmlHelper {
|
||||
}
|
||||
} else if (node instanceof Element) {
|
||||
Element element = (Element) node;
|
||||
if (element.isBlock() ||
|
||||
"true".equals(element.attr("x-block")))
|
||||
return false;
|
||||
if (element.hasText())
|
||||
return true;
|
||||
if (element.selectFirst("img[src~=.+]") != null)
|
||||
|
||||
Reference in New Issue
Block a user