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

Commit e296ab69 authored by Lifu Tang's avatar Lifu Tang Committed by Android (Google) Code Review
Browse files

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

parents 48d8a39b 4fb5dc1e
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];
    }

    /**