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

Commit 120a17ce 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

am: c1ce1b41

Change-Id: Iec771cf36d5fdbc1d98adf36c71b375ea6b18270
parents 68783c74 c1ce1b41
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);