mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-28 11:17:45 +00:00
fix(android/engine): Fix localization on Android M
This commit is contained in:
parent
21cb76ffba
commit
fde2b1fb46
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public class ContextUtils extends ContextWrapper {
|
|||
LocaleList.setDefault(localeList);
|
||||
configuration.setLocales(localeList);
|
||||
} else {
|
||||
configuration.locale = localeToSwitchTo;
|
||||
configuration.setLocale(localeToSwitchTo);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N_MR1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue