File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
core/res/res/values-sw600dp
services/java/com/android/server Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616
1717<resources >
1818 <bool name =" target_honeycomb_needs_options_menu" >false</bool >
19- <bool name =" show_ongoing_ime_switcher" >false </bool >
19+ <bool name =" show_ongoing_ime_switcher" >true </bool >
2020</resources >
Original file line number Diff line number Diff line change @@ -745,6 +745,9 @@ private void resetAllInternalStateLocked(boolean updateOnlyWhenLocaleChanged) {
745745 // set the current ime to the proper one.
746746 resetDefaultImeLocked (mContext );
747747 }
748+ } else {
749+ // If the locale is changed, needs to reset the default ime
750+ resetDefaultImeLocked (mContext );
748751 }
749752 updateFromSettingsLocked ();
750753 mLastSystemLocale = newLocale ;
You can’t perform that action at this time.
0 commit comments