diff --git a/OsmAnd/src/net/osmand/plus/activities/SelectedGPXFragment.java b/OsmAnd/src/net/osmand/plus/activities/SelectedGPXFragment.java index 7c9cb800e5..bba0c9fee6 100644 --- a/OsmAnd/src/net/osmand/plus/activities/SelectedGPXFragment.java +++ b/OsmAnd/src/net/osmand/plus/activities/SelectedGPXFragment.java @@ -262,7 +262,7 @@ public class SelectedGPXFragment extends OsmandExpandableListFragment { if (groupScroll) { ar = new String[getGroupCount()]; for (int i = 0; i < getGroupCount(); i++) { - ar[i] = getGroup(i).getGroupName(); + ar[i] = (i + 1) +"."; } } else { int total = getGroupCount();