Merge "Remove TODO item in IMMS#canShowInputMethodPickerLocked"

This commit is contained in:
TreeHugger Robot
2022-07-16 00:02:34 +00:00
committed by Android (Google) Code Review

View File

@@ -3956,7 +3956,6 @@ public final class InputMethodManagerService extends IInputMethodManager.Stub
@GuardedBy("ImfLock.class")
private boolean canShowInputMethodPickerLocked(IInputMethodClient client) {
// TODO(yukawa): multi-display support.
final int uid = Binder.getCallingUid();
if (mCurFocusedWindowClient != null && client != null
&& mCurFocusedWindowClient.client.asBinder() == client.asBinder()) {