Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 68d7f98

Browse files
authored
fix: general-ads litho ads filter (#139)
1 parent b7d603f commit 68d7f98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/app/revanced/integrations/patches/GeneralBytecodeAdsPatch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ private static boolean containsLithoAd(String value, ByteBuffer buffer) {
4040
blockList.add("shelf_header");
4141
blockList.add("text_search_ad_with_description_first");
4242
blockList.add("watch_metadata_app_promo");
43+
blockList.add("video_display_full_layout");
4344

4445
bufferBlockList.add("ad_cpn");
4546
}

0 commit comments

Comments
 (0)