Fix small issues

This commit is contained in:
Victor Shcherb 2014-06-09 20:23:06 +02:00
parent 7b7de23c81
commit 366d9d7e78

View file

@ -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();