Skip to content
Snippets Groups Projects
Commit bcf40bcd authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am e853de1f: am 2d87407e: am 136c0219: am c156021d: am 8a927cfa: Merge "Fix a...

am e853de1f: am 2d87407e: am 136c0219: am c156021d: am 8a927cfa: Merge "Fix a bug introduced in change 73712"

* commit 'e853de1f':
  Fix a bug introduced in change 73712
parents 0203d58e e853de1f
No related branches found
No related tags found
No related merge requests found
......@@ -417,7 +417,7 @@ static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject o
if (sGpsGeofencingInterface)
sGpsGeofencingInterface->init(&sGpsGeofenceCallbacks);
return JNI_FALSE;
return JNI_TRUE;
}
static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment