Update IndexItemCategory.java

This commit is contained in:
vshcherb 2013-04-28 13:29:10 +03:00
parent 13f025ba39
commit b4a41cc35f

View file

@ -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;
}
}
}