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

This commit is contained in:
Jean-Baptiste Queru
2010-08-16 12:07:26 -07:00
committed by Android Code Review

View File

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