am f2e67a57: InputMethodService: Fix ignore case in showInputMethodPickerFromClient

Merge commit 'f2e67a5779d404b4791c6ab5b0d30dfb2c463514' into gingerbread-plus-aosp

* commit 'f2e67a5779d404b4791c6ab5b0d30dfb2c463514':
  InputMethodService: Fix ignore case in showInputMethodPickerFromClient
This commit is contained in:
Vairavan Srinivasan
2010-08-11 12:07:56 -07:00
committed by Android Git Automerger

View File

@@ -1218,6 +1218,7 @@ 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);