Loading core/res/res/values-sw600dp/bools.xml +1 −1 Original line number Diff line number Diff line Loading @@ -16,5 +16,5 @@ <resources> <bool name="target_honeycomb_needs_options_menu">false</bool> <bool name="show_ongoing_ime_switcher">false</bool> <bool name="show_ongoing_ime_switcher">true</bool> </resources> services/java/com/android/server/InputMethodManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -745,6 +745,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub // set the current ime to the proper one. resetDefaultImeLocked(mContext); } } else { // If the locale is changed, needs to reset the default ime resetDefaultImeLocked(mContext); } updateFromSettingsLocked(); mLastSystemLocale = newLocale; Loading Loading
core/res/res/values-sw600dp/bools.xml +1 −1 Original line number Diff line number Diff line Loading @@ -16,5 +16,5 @@ <resources> <bool name="target_honeycomb_needs_options_menu">false</bool> <bool name="show_ongoing_ime_switcher">false</bool> <bool name="show_ongoing_ime_switcher">true</bool> </resources>
services/java/com/android/server/InputMethodManagerService.java +3 −0 Original line number Diff line number Diff line Loading @@ -745,6 +745,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub // set the current ime to the proper one. resetDefaultImeLocked(mContext); } } else { // If the locale is changed, needs to reset the default ime resetDefaultImeLocked(mContext); } updateFromSettingsLocked(); mLastSystemLocale = newLocale; Loading