mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-29 02:58:07 +00:00
fix #243
This commit is contained in:
parent
f53f0e5120
commit
2cd6c28b12
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ object EditorInfoCompatUtils {
|
|||
val localeList = editorInfo.hintLocales ?: return null
|
||||
val locales = ArrayList<Locale>(localeList.size())
|
||||
for (i in 0 until localeList.size()) {
|
||||
locales[i] = localeList.get(i)
|
||||
locales.add(localeList.get(i))
|
||||
}
|
||||
return locales
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue