mirror of https://github.com/M66B/FairEmail.git
Remove conditional text
This commit is contained in:
parent
adbebd29b0
commit
a853e6f3f5
|
@ -260,7 +260,7 @@ public class HtmlHelper {
|
||||||
Document parsed = JsoupEx.parse(html);
|
Document parsed = JsoupEx.parse(html);
|
||||||
|
|
||||||
// <!--[if ...]><!--> ... <!--<![endif]-->
|
// <!--[if ...]><!--> ... <!--<![endif]-->
|
||||||
if (!display_hidden && BuildConfig.DEBUG)
|
if (!display_hidden)
|
||||||
parsed.filter(new NodeFilter() {
|
parsed.filter(new NodeFilter() {
|
||||||
private boolean remove = false;
|
private boolean remove = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue