Loading core/jni/android_util_AssetManager.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -685,9 +685,9 @@ static jint android_content_AssetManager_loadResourceValue(JNIEnv* env, jobject jobject outValue, jboolean resolve) { if (outValue == null) { if (outValue == NULL) { jniThrowNullPointerException(env, "outValue"); return null; return NULL; } AssetManager* am = assetManagerForJavaObject(env, clazz); if (am == NULL) { Loading Loading
core/jni/android_util_AssetManager.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -685,9 +685,9 @@ static jint android_content_AssetManager_loadResourceValue(JNIEnv* env, jobject jobject outValue, jboolean resolve) { if (outValue == null) { if (outValue == NULL) { jniThrowNullPointerException(env, "outValue"); return null; return NULL; } AssetManager* am = assetManagerForJavaObject(env, clazz); if (am == NULL) { Loading