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

Commit 13984a25 authored by satok's avatar satok
Browse files

Revert "InputMethodService: Fix ignore case in showInputMethodPickerFromClient"

This reverts commit f2e67a57.

bug: 2914259
open source change: https://review.source.android.com/#change,16419
Change-Id: I39df188a52ad9566aa523ce31f696886d4cdb980
parent 3f00be5b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1220,7 +1220,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);