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

Commit 55343310 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "GPS: Fix issue where GPS would no longer aquire a lock after toggling...

Merge "GPS:  Fix issue where GPS would no longer aquire a lock after toggling GPS off then on." into gingerbread
parents a7a419b9 0f53aa42
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;
    }
}