Fixed bug 119 in Jira.
This commit is contained in:
parent
430e082022
commit
0eaecf971e
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (info.gpx != null) {
|
if(info.gpx != null){
|
||||||
if (info.file == null) {
|
if (info.file == null) {
|
||||||
GpxSelectionHelper.SelectedGpxFile selectedGpxFile = selectedGpxHelper.getSelectedCurrentRecordingTrack();
|
GpxSelectionHelper.SelectedGpxFile selectedGpxFile = selectedGpxHelper.getSelectedCurrentRecordingTrack();
|
||||||
if (selectedGpxFile != null && selectedGpxFile.getGpxFile() == info.gpx) {
|
if (selectedGpxFile != null && selectedGpxFile.getGpxFile() == info.gpx) {
|
||||||
|
|
Loading…
Reference in a new issue