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

Merge commit 'c708e38356e9c381b640ef96db3b0b0fdd41d433' into gingerbread-plus-aosp

* commit 'c708e38356e9c381b640ef96db3b0b0fdd41d433':
  Revert "InputMethodService: Fix ignore case in showInputMethodPickerFromClient"
This commit is contained in:
Jean-Baptiste Queru
2010-08-17 07:48:30 -07:00
committed by Android Git Automerger

View File

@@ -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);