From 21d88d6dbc9443dac22c2477a828752c41a7f413 Mon Sep 17 00:00:00 2001 From: sonora Date: Thu, 3 Jul 2014 18:56:52 +0200 Subject: [PATCH] add blank --- OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java b/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java index 6f0b7c821a..e409498210 100644 --- a/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java +++ b/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java @@ -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();