From 9785c6ee64de4153e802bf0e42ab875e9c15ba83 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sun, 29 Jan 2023 11:42:39 +0900 Subject: [PATCH] fix: broken patch --- .../youtube/misc/optimize/patch/RedundantResourcePatch.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(