Fix jobject null checks
Opened this issue · 0 comments
koplyarov commented
Use IsSameObject if the jobject is not NULL
(*env)->IsSameObject(env, someJObject, NULL)
Opened this issue · 0 comments
Use IsSameObject if the jobject is not NULL
(*env)->IsSameObject(env, someJObject, NULL)