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

Commit ab7a67b1 authored by Lifu Tang's avatar Lifu Tang Committed by android-build-merger
Browse files

Merge "Returns the correct elevation in GnssStatus" into nyc-dev

am: e296ab69

* commit 'e296ab69':
  Returns the correct elevation in GnssStatus

Change-Id: Ia4c6dfcb4179b7beae00a40dbd9ad5f3080c69fe
parents 0ab71b60 e296ab69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ public final class GnssStatus {
     * @param satIndex the index of the satellite in the list.
     */
    public float getElevationDegrees(int satIndex) {
        return 0f;
        return mElevations[satIndex];
    }

    /**