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

Commit 234325b8 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am c708e383: Merge "Revert "InputMethodService: Fix ignore case in...

am c708e383: Merge "Revert "InputMethodService: Fix ignore case in showInputMethodPickerFromClient""

Merge commit 'c708e383' into gingerbread-plus-aosp

* commit 'c708e383':
  Revert "InputMethodService: Fix ignore case in showInputMethodPickerFromClient"
parents 18dd95f4 c708e383
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1218,7 +1218,6 @@ 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);