Skip to content

Commit c708e38

Browse files
Jean-Baptiste QueruAndroid Code Review
authored andcommitted
Merge "Revert "InputMethodService: Fix ignore case in showInputMethodPickerFromClient""
2 parents 05b20c0 + 12af0e3 commit c708e38

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)