Commit 9039930c authored by Christian Strømme's avatar Christian Strømme
Browse files

Fix wrong JNI call function when calling QAndroidIntent::putExtra()


The Java function putExtra() returns an object, so it should be called
with callObjectMethod() instead of callMethod().

Fixes: QTBUG-77101
Change-Id: Id6bb402c05b119257fb331db1eb4e016a94c0d52
Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
parent a50f613a
No related merge requests found
Showing with 1 addition and 1 deletion
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment