mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 13:44:25 +02:00
fix: match to correct signature method parameters
This commit is contained in:
parent
fac44a50c3
commit
1ee2e4ba56
@ -75,7 +75,7 @@ internal class SignatureResolver(
|
|||||||
}
|
}
|
||||||
|
|
||||||
signature.methodParameters?.let { _ ->
|
signature.methodParameters?.let { _ ->
|
||||||
if (signature.methodParameters.all { signatureMethodParameter ->
|
if (!signature.methodParameters.all { signatureMethodParameter ->
|
||||||
method.parameterTypes.any { methodParameter ->
|
method.parameterTypes.any { methodParameter ->
|
||||||
methodParameter.startsWith(signatureMethodParameter)
|
methodParameter.startsWith(signatureMethodParameter)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user