Merge commit '79cb9a5d2d455af22c56b8cee045962c61668422' * commit '79cb9a5d2d455af22c56b8cee045962c61668422': InputMethodService: Fix ignore case in showInputMethodPickerFromClient
This commit is contained in:
committed by
Android Git Automerger
commit
5320b326a4
@@ -1220,6 +1220,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);
|
||||
|
||||
Reference in New Issue
Block a user