mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Workout details: cadence chart YAxis fix
This commit is contained in:
+1
-1
@@ -78,8 +78,8 @@ public class DefaultWorkoutCharts {
|
||||
|
||||
// Cadence
|
||||
cadenceDataPoints.add(new Entry(tsShorten, point.getCadence()));
|
||||
cadenceAccumulator.add(point.getCadence());
|
||||
if (!hasCadenceValues && point.getCadence() > 0) {
|
||||
cadenceAccumulator.add(point.getCadence());
|
||||
hasCadenceValues = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user