mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 21:49:54 +00:00
Merge branch 'node-object-jni' into jail
This commit is contained in:
commit
97907f89d6
@ -31,14 +31,14 @@ static bool JniAttach( JNIEnv **env )
|
||||
// attach thread to JNI
|
||||
//(*gJavaVM)->AttachCurrentThread( gJavaVM, (void **)env, NULL ); // Oracle JNI API
|
||||
(*gJavaVM)->AttachCurrentThread( gJavaVM, env, NULL ); // Android JNI API
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
else if (status != JNI_OK)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user