mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 17:03:56 +00:00
e5f9a42ee6e926b533d54f5cbac5ab4666cf241f
Commit name is a bit superfluous, but it means that types such as "Ljava/lang/String;" get converted to "Ljava/lang/Object;". This is so we don't need to know the mappings, which are random in YT's code. This is done in MethodResolver's "convertObject" and "convertObjects" for arrays. Also changed ExtraTypes.ArrayAny to Object instead of String, that was a mistake. (which caused the test to pass at first)
Patcher
Languages
Kotlin
100%