Skip to content

Fix original method invocation argument spreading#701

Merged
JingMatrix merged 1 commit intoJingMatrix:masterfrom
HdShare:fix
Apr 29, 2026
Merged

Fix original method invocation argument spreading#701
JingMatrix merged 1 commit intoJingMatrix:masterfrom
HdShare:fix

Conversation

@HdShare
Copy link
Copy Markdown
Contributor

@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)

@JingMatrix JingMatrix merged commit cf1153e into JingMatrix:master Apr 29, 2026
superturtlee added a commit to superturtlee/Vector that referenced this pull request Apr 30, 2026
Fix original method invocation argument spreading (JingMatrix#701)
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.

2 participants