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

Commit c792c2e9 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface...

Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread
parents e03471e1 f7b7330e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -590,9 +590,7 @@ static void android_location_GpsLocationProvider_update_network_state(JNIEnv* en
        jboolean connected, int type, jboolean roaming, jstring extraInfo)
{
    const AGpsRilInterface* interface = GetAGpsRilInterface(env, obj);
    if (interface &&
            (interface->size > ((char *)&interface->update_network_state - (char *)&interface)) &&
            interface->update_network_state) {
    if (interface && interface->update_network_state) {
        if (extraInfo) {
            const char *extraInfoStr = env->GetStringUTFChars(extraInfo, NULL);
            interface->update_network_state(connected, type, roaming, extraInfoStr);