Skip to content

Commit

Permalink
fix(youtube/hide-layout-components): expandable chip under videos not…
Browse files Browse the repository at this point in the history
… hidden in related videos
  • Loading branch information
inotia00 committed Sep 5, 2023
1 parent 3ac0a6b commit a54954a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class LayoutComponentsPatch : BytecodePatch() {
override fun execute(context: BytecodeContext) {
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommunityPostFilter;")
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/LayoutComponentsFilter;")
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/LayoutComponentsUniversalFilter;")

/**
* Add settings
Expand Down

0 comments on commit a54954a

Please sign in to comment.