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

Commit 46c2363a 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-dev

am: 472224cd

Change-Id: Ic81033874380789bb8ad641834414d6f2d82aa20
parents 732053f9 472224cd
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);