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:
committed by
Android Git Automerger
commit
234325b832
@@ -1218,7 +1218,6 @@ 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