We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08874db + d08a923 commit 3cd9612Copy full SHA for 3cd9612
2 files changed
core/res/res/values-sw600dp/bools.xml
@@ -16,5 +16,5 @@
16
17
<resources>
18
<bool name="target_honeycomb_needs_options_menu">false</bool>
19
- <bool name="show_ongoing_ime_switcher">false</bool>
+ <bool name="show_ongoing_ime_switcher">true</bool>
20
</resources>
services/java/com/android/server/InputMethodManagerService.java
@@ -745,6 +745,9 @@ private void resetAllInternalStateLocked(boolean updateOnlyWhenLocaleChanged) {
745
// set the current ime to the proper one.
746
resetDefaultImeLocked(mContext);
747
}
748
+ } else {
749
+ // If the locale is changed, needs to reset the default ime
750
+ resetDefaultImeLocked(mContext);
751
752
updateFromSettingsLocked();
753
mLastSystemLocale = newLocale;
0 commit comments