Fix small issues
This commit is contained in:
parent
7b7de23c81
commit
366d9d7e78
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ public class SelectedGPXFragment extends OsmandExpandableListFragment {
|
||||||
if (groupScroll) {
|
if (groupScroll) {
|
||||||
ar = new String[getGroupCount()];
|
ar = new String[getGroupCount()];
|
||||||
for (int i = 0; i < getGroupCount(); i++) {
|
for (int i = 0; i < getGroupCount(); i++) {
|
||||||
ar[i] = getGroup(i).getGroupName();
|
ar[i] = (i + 1) +".";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
int total = getGroupCount();
|
int total = getGroupCount();
|
||||||
|
|
Loading…
Reference in a new issue