mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix: broken patch
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user