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

Commit 7522cac5 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 8dc16c27: Fix typo in GPS mode logic.

Merge commit '8dc16c27' into gingerbread-plus-aosp

* commit '8dc16c27':
  Fix typo in GPS mode logic.
parents ba676a00 8dc16c27
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;
                }
            }