fix: containsAd returning true for regular video templates

This commit is contained in:
oSumAtrIX 2022-06-12 01:12:41 +02:00
parent 8ff5f0e68d
commit dcfcc36fb8
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

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);