Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
af96928261
1 changed files with 3 additions and 1 deletions
|
@ -639,7 +639,9 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
|||
if (info.gpx != null && info.gpx.showCurrentTrack) {
|
||||
catName = info.name;
|
||||
} else {
|
||||
catName = app.getString(R.string.local_indexes_cat_gpx) + " " + info.subfolder;
|
||||
//local_indexes_cat_gpx now obsolete in new UI screen which shows only GPX data
|
||||
//catName = app.getString(R.string.local_indexes_cat_gpx) + " " + info.subfolder;
|
||||
catName = "" + info.subfolder;
|
||||
}
|
||||
int found = -1;
|
||||
// search from end
|
||||
|
|
Loading…
Reference in a new issue