mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Remove conditional text
This commit is contained in:
@@ -260,7 +260,7 @@ public class HtmlHelper {
|
||||
Document parsed = JsoupEx.parse(html);
|
||||
|
||||
// <!--[if ...]><!--> ... <!--<![endif]-->
|
||||
if (!display_hidden && BuildConfig.DEBUG)
|
||||
if (!display_hidden)
|
||||
parsed.filter(new NodeFilter() {
|
||||
private boolean remove = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user