more blanks
This commit is contained in:
parent
8259d6f504
commit
5023a01846
1 changed files with 2 additions and 2 deletions
|
@ -437,8 +437,8 @@ 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();
|
||||||
|
|
Loading…
Reference in a new issue