forked from organicmaps/organicmaps
[android] Added discarding the track id when elevation profile pp is closed
This commit is contained in:
parent
ce30835d76
commit
9b440b695c
1 changed files with 1 additions and 0 deletions
|
@ -254,5 +254,6 @@ public class ChartController implements OnChartValueSelectedListener, Initializa
|
|||
public void onHide()
|
||||
{
|
||||
mChart.fitScreen();
|
||||
mTrackId = Utils.INVALID_ID;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue