mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-25 12:15:49 +01:00
fix(general-ads): remove duplicate blocklist entry (#165)
This commit is contained in:
parent
322e145f75
commit
9bcb04de8e
@ -38,11 +38,10 @@ public class GeneralBytecodeAdsPatch {
|
|||||||
blockList.add("cell_divider");
|
blockList.add("cell_divider");
|
||||||
blockList.add("reels_player_overlay");
|
blockList.add("reels_player_overlay");
|
||||||
blockList.add("shelf_header");
|
blockList.add("shelf_header");
|
||||||
|
blockList.add("text_display_ad_with_themed_cta_banner_image");
|
||||||
blockList.add("text_search_ad_with_description_first");
|
blockList.add("text_search_ad_with_description_first");
|
||||||
blockList.add("watch_metadata_app_promo");
|
blockList.add("watch_metadata_app_promo");
|
||||||
blockList.add("video_display_full_layout");
|
blockList.add("video_display_full_layout");
|
||||||
blockList.add("text_display_ad_with_themed_cta_banner_image");
|
|
||||||
blockList.add("ads_video_with_context");
|
|
||||||
|
|
||||||
bufferBlockList.add("ad_cpn");
|
bufferBlockList.add("ad_cpn");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user