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

Commit 52eacf0e 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

am: ab7a67b1

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

Change-Id: Ie3d42e5d8b95221a09d0f4e0cf8d03e34e15346f
parents 969b3c4f ab7a67b1
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];
    }

    /**