diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt index bdcc75af3..1db1e1ba6 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/optimize/patch/RedundantResourcePatch.kt @@ -88,7 +88,9 @@ class RedundantResourcePatch : ResourcePatch { ) val WHITELIST_MDPI = "drawable-mdpi" to arrayOf( - "ic_searchable.webp" + "ic_searchable.webp", + "generic_dark_x1.png", + "generic_light_x1.png" ) val WHITELIST_HDPI = "drawable-hdpi" to arrayOf(