fix(general-ads): remove duplicate blocklist entry (#165)

This commit is contained in:
OxrxL 2022-09-30 19:59:15 +02:00 committed by GitHub
parent 322e145f75
commit 9bcb04de8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,11 +38,10 @@ public class GeneralBytecodeAdsPatch {
blockList.add("cell_divider");
blockList.add("reels_player_overlay");
blockList.add("shelf_header");
blockList.add("text_display_ad_with_themed_cta_banner_image");
blockList.add("text_search_ad_with_description_first");
blockList.add("watch_metadata_app_promo");
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");
}