Skip to content

Commit 12af0e3

Browse files
author
satok
committed
Revert "InputMethodService: Fix ignore case in showInputMethodPickerFromClient"
This reverts commit f2e67a5. Open Source Project CL: https://review.source.android.com/#change,16419 This change unexpectedly started preventing users from changing Input-Method. How to reproduce 1. Long press "?123" button in LatinIME 2. Select "Input method" 3. No window will open. Change-Id: Ie0d4b58900a9b06aa9d43f9fa0bea5165294fa30
1 parent c636b84 commit 12af0e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/java/com/android/server/InputMethodManagerService.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,6 @@ public void showInputMethodPickerFromClient(IInputMethodClient client) {
12251225
if (mCurClient == null || client == null
12261226
|| mCurClient.client.asBinder() != client.asBinder()) {
12271227
Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client);
1228-
return;
12291228
}
12301229

12311230
mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER);

0 commit comments

Comments
 (0)