From a54954a5f0bddca40c9cfeed58899ca6c9002133 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Tue, 5 Sep 2023 13:25:55 +0900 Subject: [PATCH] fix(youtube/hide-layout-components): expandable chip under videos not hidden in related videos --- .../youtube/general/layout/patch/LayoutComponentsPatch.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/app/revanced/patches/youtube/general/layout/patch/LayoutComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/general/layout/patch/LayoutComponentsPatch.kt index ebde2b9a0..3f53f42da 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/general/layout/patch/LayoutComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/general/layout/patch/LayoutComponentsPatch.kt @@ -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