Merge "Remove TODO item in IMMS#canShowInputMethodPickerLocked"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8bb765de43
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user