Fix #7738
This commit is contained in:
parent
eeb814a83c
commit
98b1e298fd
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class SimpleRouteCard extends BaseCard {
|
|||
final LineChart mChart = (LineChart) headerView.findViewById(R.id.chart);
|
||||
final GPXUtilities.GPXTrackAnalysis analysis = gpx.getAnalysis(0);
|
||||
|
||||
GpxUiHelper.setupGPXChart(mChart, 4, 4f, 4f, !nightMode, false);
|
||||
GpxUiHelper.setupGPXChart(mChart, 4, 10f, 4f, !nightMode, false);
|
||||
if (analysis.hasElevationData) {
|
||||
LineData data = this.data;
|
||||
if (data == null) {
|
||||
|
|
Loading…
Reference in a new issue