Add displaying circles when detail view is opened
This commit is contained in:
parent
a478df9817
commit
0350dbe1d0
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ public class TrackDetailsMenu {
|
|||
if (gpxItem.chartHighlightPos != -1) {
|
||||
chart.highlightValue(gpxItem.chartHighlightPos, 0);
|
||||
} else {
|
||||
chart.highlightValue(null);
|
||||
chart.highlightValue(0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue