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

Commit 79cb9a5d authored by Vairavan Srinivasan's avatar Vairavan Srinivasan Committed by Android Git Automerger
Browse files

am f2e67a57: InputMethodService: Fix ignore case in showInputMethodPickerFromClient

Merge commit 'f2e67a57' into gingerbread-plus-aosp

* commit 'f2e67a57':
  InputMethodService: Fix ignore case in showInputMethodPickerFromClient
parents 1ca94798 f2e67a57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1218,6 +1218,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
            if (mCurClient == null || client == null
                    || mCurClient.client.asBinder() != client.asBinder()) {
                Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client);
                return;
            }

            mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER);