add blank
This commit is contained in:
parent
68e2d2e134
commit
21d88d6dbc
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
|||
if(info.gpx != null){
|
||||
if (info.file == null){
|
||||
GpxSelectionHelper.SelectedGpxFile selectedGpxFile = selectedGpxHelper.getSelectedCurrentRecordingTrack();
|
||||
if (selectedGpxFile != null && selectedGpxFile.getGpxFile() == info.gpx){
|
||||
if (selectedGpxFile != null && selectedGpxFile.getGpxFile() == info.gpx) {
|
||||
adapter.item(R.string.local_index_unselect_gpx_file).listen(listener).reg();
|
||||
} else {
|
||||
adapter.item(R.string.local_index_select_gpx_file).listen(listener).reg();
|
||||
|
|
Loading…
Reference in a new issue