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

Commit 81cf7714 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 7522cac5: am 8dc16c27: Fix typo in GPS mode logic.

Merge commit '7522cac5'

* commit '7522cac5':
  Fix typo in GPS mode logic.
parents f5baf046 7522cac5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -892,7 +892,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
                    Settings.Secure.ASSISTED_GPS_ENABLED, 1) != 0) {
                if (singleShot && hasCapability(GPS_CAPABILITY_MSA)) {
                    mPositionMode = GPS_POSITION_MODE_MS_ASSISTED;
                } else if (hasCapability(GPS_CAPABILITY_MSA)) {
                } else if (hasCapability(GPS_CAPABILITY_MSB)) {
                    mPositionMode = GPS_POSITION_MODE_MS_BASED;
                }
            }