1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-25 08:03:46 +02:00

Swapping min/max elevation

This commit is contained in:
vanous 2020-08-14 07:58:14 +02:00 committed by Gitea
parent ed5b4ac793
commit c21206fbe4

View File

@ -288,8 +288,8 @@ public class FetchSportsSummaryOperation extends AbstractFetchOperation {
distanceMeters = buffer.getFloat();
ascentMeters = buffer.getFloat();
descentMeters = buffer.getFloat();
maxAltitude = buffer.getFloat();
minAltitude = buffer.getFloat();
maxAltitude = buffer.getFloat();
maxLatitude = buffer.getInt(); // format?
minLatitude = buffer.getInt(); // format?
maxLongitude = buffer.getInt(); // format?