Skip to content

Fix original method invocation argument spreading#701

Open
HdShare wants to merge 1 commit intoJingMatrix:masterfrom
HdShare:fix
Open

Fix original method invocation argument spreading#701
HdShare wants to merge 1 commit intoJingMatrix:masterfrom
HdShare:fix

Conversation

@HdShare
Copy link
Copy Markdown

@HdShare HdShare commented Apr 26, 2026

Summary

Fix invokeOriginalMethod argument forwarding in BaseInvoker.

Crash

java.lang.IllegalArgumentException: Wrong number of arguments; expected 4, got 1
	at java.lang.reflect.Method.invoke(Native Method)
	at org.matrix.vector.nativebridge.HookBridge.invokeOriginalMethod(Native Method)
	at org.matrix.vector.impl.hooks.BaseInvoker.proceedInvocation(BaseInvoker.kt:33)
	at org.matrix.vector.impl.hooks.VectorMethodInvoker.invoke(BaseInvoker.kt:99)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant