mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix: broken patch
This commit is contained in:
@ -88,7 +88,9 @@ class RedundantResourcePatch : ResourcePatch {
|
|||||||
)
|
)
|
||||||
|
|
||||||
val WHITELIST_MDPI = "drawable-mdpi" to arrayOf(
|
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(
|
val WHITELIST_HDPI = "drawable-hdpi" to arrayOf(
|
||||||
|
Reference in New Issue
Block a user