Merge branch 'master' of ssh://github.com/osmandapp/Osmand
This commit is contained in:
commit
13491399bd
1 changed files with 3 additions and 1 deletions
|
@ -811,7 +811,9 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
|||
// search from end
|
||||
for (int i = category.size() - 1; i >= 0; i--) {
|
||||
String cat = category.get(i);
|
||||
if (Algorithms.objectEquals(getActivity().getString(R.string.local_indexes_cat_gpx) + " " + g.subfolder, cat)) {
|
||||
//local_indexes_cat_gpx now obsolete in new UI screen which shows only GPX data
|
||||
//if (Algorithms.objectEquals(getActivity().getString(R.string.local_indexes_cat_gpx) + " " + g.subfolder, cat)) {
|
||||
if (Algorithms.objectEquals("" + g.subfolder, cat)) {
|
||||
found = i;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue