fix: broken patch

This commit is contained in:
inotia00
2023-01-29 11:42:39 +09:00
parent 841a4849e8
commit 9785c6ee64

View File

@ -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(