You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the second condition is false, e.g. because the method is declared as
@onKey(...)
voidwrongKey(Stringkey) {
}
Then it will call method.invoke(instance); and error with Couldn't call method ....
So either the second condition can be removed, or there needs to be separate error. Possibly even an annotation processor check which should be trivial.
LeStegii
changed the title
Utility method
Fix incorrect @onKey method header check
Mar 4, 2024
fulibFx/framework/src/main/java/org/fulib/fx/controller/ControllerManager.java
Line 669 in 6fde075
The text was updated successfully, but these errors were encountered: