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

Commit 4fb5dc1e authored by Lifu Tang's avatar Lifu Tang
Browse files

Returns the correct elevation in GnssStatus

Bug: 27902867
Change-Id: I57ea191e531305268d4a87f9d444425f20ef7f8e
parent 029a28b7
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];
    }

    /**