fixed issue 115 in Jira

This commit is contained in:
unknown 2014-07-01 21:39:23 +03:00
parent 126bc6a008
commit e3d9627218

View file

@ -793,7 +793,7 @@ 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(g.subfolder, cat)) {
if (Algorithms.objectEquals(getActivity().getString(R.string.local_indexes_cat_gpx) + " " + g.subfolder, cat)) {
found = i;
break;
}