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