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

Commit c21a08f7 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

gps: Fix missing return value in android_location_GpsLocationProvider_init

parent 021dce41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -155,6 +155,7 @@ static jboolean android_location_GpsLocationProvider_init(JNIEnv* env, jobject o
        sGpsSuplInterface = (const GpsSuplInterface*)sGpsInterface->get_extension(GPS_SUPL_INTERFACE);
    if (sGpsSuplInterface)
        sGpsSuplInterface->init(&sGpsSuplCallbacks);
    return true;
}

static void android_location_GpsLocationProvider_disable(JNIEnv* env, jobject obj)