1
mirror of https://github.com/revanced/revanced-integrations synced 2024-11-30 02:20:53 +01:00

fix: general-ads litho ads filter (#139)

This commit is contained in:
d4rkk3y 2022-09-15 21:44:06 +07:00 committed by GitHub
parent b7d603f706
commit 68d7f98efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,7 @@ public class GeneralBytecodeAdsPatch {
blockList.add("shelf_header");
blockList.add("text_search_ad_with_description_first");
blockList.add("watch_metadata_app_promo");
blockList.add("video_display_full_layout");
bufferBlockList.add("ad_cpn");
}