Merge "Fix a bug introduced in change 73712"
This commit is contained in:
@@ -417,7 +417,7 @@ static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject o
|
|||||||
if (sGpsGeofencingInterface)
|
if (sGpsGeofencingInterface)
|
||||||
sGpsGeofencingInterface->init(&sGpsGeofenceCallbacks);
|
sGpsGeofencingInterface->init(&sGpsGeofenceCallbacks);
|
||||||
|
|
||||||
return JNI_FALSE;
|
return JNI_TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject obj)
|
static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject obj)
|
||||||
|
|||||||
Reference in New Issue
Block a user