Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e853de1f authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

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

* commit '2d87407e':
  Fix a bug introduced in change 73712
parents db47efd3 2d87407e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)