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:
committed by
Android Git Automerger
commit
79cb9a5d2d
@@ -1218,6 +1218,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
|||||||
if (mCurClient == null || client == null
|
if (mCurClient == null || client == null
|
||||||
|| mCurClient.client.asBinder() != client.asBinder()) {
|
|| mCurClient.client.asBinder() != client.asBinder()) {
|
||||||
Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client);
|
Slog.w(TAG, "Ignoring showInputMethodDialogFromClient of: " + client);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER);
|
mHandler.sendEmptyMessage(MSG_SHOW_IM_PICKER);
|
||||||
|
|||||||
Reference in New Issue
Block a user