fix: containsAd returning true for regular video templates

This commit is contained in:
oSumAtrIX 2022-06-12 01:12:41 +02:00
parent 22f2a3b2d9
commit 458ce1c67d

View File

@ -164,10 +164,7 @@ public class LithoAdRemoval {
"-count",
"-space",
"-button"
)) {
if (XGlobals.debug) Log.d("TemplateBlocked", value);
return true;
}
)) return false;
if (blockList.stream().anyMatch(value::contains)) {
if (XGlobals.debug) Log.d("TemplateBlocked", value);