mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-12 13:56:49 +01:00
fix: info panel removal
This commit is contained in:
parent
0e81c5e575
commit
7f94aaf2fb
@ -120,7 +120,6 @@ public class LithoAdRemoval {
|
||||
.anyMatch(StandardCharsets.UTF_8.decode(buffer).toString()::contains)
|
||||
) return true;
|
||||
|
||||
|
||||
if (isExperimentalMerchandiseRemoval()) {
|
||||
blockList.add("product_carousel");
|
||||
}
|
||||
@ -139,6 +138,7 @@ public class LithoAdRemoval {
|
||||
}
|
||||
if (isExperimentalInfoPanelRemoval()) {
|
||||
blockList.add("single_item_information_panel");
|
||||
blockList.add("publisher_transparency_panel");
|
||||
}
|
||||
if (isExperimentalCompactBannerRemoval()) {
|
||||
blockList.add("compact_banner");
|
||||
|
Loading…
x
Reference in New Issue
Block a user