mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-12 20:26:49 +01:00
fix: containsAd
returning true for regular video templates
This commit is contained in:
parent
22f2a3b2d9
commit
458ce1c67d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user