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

Commit 0f53aa42 authored by Tony Layher's avatar Tony Layher
Browse files

GPS: Fix issue where GPS would no longer aquire

a lock after toggling GPS off then on.

Change-Id: I59186705c613259b53ec3aa17054428b5d909f3c
parent 75bbb1a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -288,7 +288,6 @@ static void android_location_GpsLocationProvider_cleanup(JNIEnv* env, jobject ob
{
    if (sGpsInterface) {
        sGpsInterface->cleanup();
        sGpsInterface = NULL;
    }
}