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

Commit c1ce1b41 authored by Dante Russo's avatar Dante Russo Committed by android-build-merger
Browse files

Merge \"Prevent startNavigating() call when GPS is off\" into nyc-mr1-dev

am: 1fd50722

Change-Id: Ia1996e41e91d6092776816cf1ebb9cf022fbfb9d
parents 140eb0a0 1fd50722
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1192,7 +1192,7 @@ public class GnssLocationProvider implements LocationProviderInterface {
        }

        if (DEBUG) Log.d(TAG, "setRequest " + mProviderRequest);
        if (mProviderRequest.reportLocation && !mDisableGps) {
        if (mProviderRequest.reportLocation && !mDisableGps && isEnabled()) {
            // update client uids
            updateClientUids(mWorkSource);