Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db08d8c0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Pass JNIEnv explicitly into AInputQueue_fromJava"

parents 903231e6 b1e1e391
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1391,7 +1391,7 @@ void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled
 *
 * Available since API level 33.
 */
AInputQueue* AInputQueue_fromJava(jobject inputQueue) __INTRODUCED_IN(33);
AInputQueue* AInputQueue_fromJava(JNIEnv* env, jobject inputQueue) __INTRODUCED_IN(33);

#ifdef __cplusplus
}