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

Commit 5320b326 authored by Vairavan Srinivasan's avatar Vairavan Srinivasan Committed by Android Git Automerger
Browse files

am 79cb9a5d: am f2e67a57: InputMethodService: Fix ignore case in showInputMethodPickerFromClient

Merge commit '79cb9a5d'

* commit '79cb9a5d':
  InputMethodService: Fix ignore case in showInputMethodPickerFromClient
parents ca542851 79cb9a5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1220,6 +1220,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);