Skip to content

"InvalidArgList" even though the arguments are correct? Huh? #467

Closed Answered by rib
IoIxD asked this question in Q&A
Discussion options

You must be logged in to vote

The setCancelled API takes a primitive boolean (Z) but you are currently passing a java/lang/Boolean object reference.

Hopefully you can pass &[arg0.into()] to setCancelled without calling new_object.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rib
Comment options

Answer selected by IoIxD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants