Update IndexItemCategory.java
This commit is contained in:
parent
13f025ba39
commit
b4a41cc35f
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ public class IndexItemCategory implements Comparable<IndexItemCategory> {
|
|||
order = 31;
|
||||
} else if (lc.contains("openmaps")) {
|
||||
nameId = R.string.index_name_openmaps;
|
||||
order = 10;
|
||||
order = 90;
|
||||
} else if (lc.contains("northamerica") || lc.contains("north-america")) {
|
||||
nameId = R.string.index_name_north_america;
|
||||
order = 30;
|
||||
|
@ -90,4 +90,4 @@ public class IndexItemCategory implements Comparable<IndexItemCategory> {
|
|||
Collections.sort(r);
|
||||
return r;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue