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

Commit c708e383 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

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

parents 05b20c03 12af0e3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1225,7 +1225,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);