revanced-patcher icon indicating copy to clipboard operation
revanced-patcher copied to clipboard

Do not allocate a list for parameter field of `MethodSignature`

Open oSumAtrIX opened this issue 3 years ago • 0 comments

The MethodSignature uses a list for the parameter field. Instead, a string should be used. This will require migrating over existing signatures.

oSumAtrIX avatar Jun 22 '22 11:06 oSumAtrIX