Skip to content

Commit

Permalink
Fix JNI param error
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Feb 13, 2019
1 parent 4032ee5 commit ed6049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/cpp/BrowserWorld.cpp
Expand Up @@ -1312,7 +1312,7 @@ JNI_METHOD(void, runCallbackNative)
}

JNI_METHOD(void, setIsServo)
(JNIEnv* aEnv, jboolean aIsServo) {
(JNIEnv* aEnv, jobject, jboolean aIsServo) {
crow::BrowserWorld::Instance().SetIsServo(aIsServo);
}

Expand Down

0 comments on commit ed6049c

Please sign in to comment.