Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-07-03 18:57:11 +02:00
commit 8259d6f504

View file

@ -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();