add blank

This commit is contained in:
sonora 2014-07-03 18:56:52 +02:00
parent 68e2d2e134
commit 21d88d6dbc

View file

@ -440,7 +440,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) {
adapter.item(R.string.local_index_unselect_gpx_file).listen(listener).reg(); adapter.item(R.string.local_index_unselect_gpx_file).listen(listener).reg();
} else { } else {
adapter.item(R.string.local_index_select_gpx_file).listen(listener).reg(); adapter.item(R.string.local_index_select_gpx_file).listen(listener).reg();