mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix(settings/general): Incorrect sorting
This commit is contained in:
parent
65682bb5bd
commit
34818eb7de
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class SettingsGeneralController : SettingsLegacyController() {
|
|||
eventType = parser.next()
|
||||
}
|
||||
|
||||
langs.sortBy { it.displayName }
|
||||
langs.sortBy { it.localizedDisplayName }
|
||||
langs.add(0, Language("", context.systemLangContext.getString(MR.strings.system_default), null))
|
||||
|
||||
entries = langs.map { it.localizedDisplayName }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue