Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d08a9238 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Fix ime swtich issue

Bug: 7250097
Change-Id: Ibe85aaf7d60e7c3a27363eece528d19a0c8ddca2
parent 5e9187a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,5 +16,5 @@


<resources>
<resources>
    <bool name="target_honeycomb_needs_options_menu">false</bool>
    <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>
</resources>
+3 −0
Original line number Original line Diff line number Diff line
@@ -745,6 +745,9 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                    // set the current ime to the proper one.
                    // set the current ime to the proper one.
                    resetDefaultImeLocked(mContext);
                    resetDefaultImeLocked(mContext);
                }
                }
            } else {
                // If the locale is changed, needs to reset the default ime
                resetDefaultImeLocked(mContext);
            }
            }
            updateFromSettingsLocked();
            updateFromSettingsLocked();
            mLastSystemLocale = newLocale;
            mLastSystemLocale = newLocale;