proper category for Africaans_wiki on Download screen
This commit is contained in:
parent
a781788081
commit
69dbc82208
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class IndexItemCategory implements Comparable<IndexItemCategory> {
|
|||
} else if (lc.contains("russia")) {
|
||||
nameId = R.string.index_name_russia;
|
||||
order = 18;
|
||||
} else if (lc.contains("africa")) {
|
||||
} else if (lc.contains("africa") && !lc.contains("_wiki_")) {
|
||||
nameId = R.string.index_name_africa;
|
||||
order = 80;
|
||||
} else if (lc.contains("_asia")|| lc.startsWith("asia")) {
|
||||
|
|
Loading…
Reference in a new issue