mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
Merge pull request #5670 from keymanapp/fix/android/localize-android-m
fix(android/engine): Fix localization on Android M
This commit is contained in:
commit
4ce0f59489
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