Merge "Really fix regressions in IMMS#setImeWindowStatus"
This commit is contained in:
committed by
Android (Google) Code Review
commit
135e5aac1b
@@ -2046,7 +2046,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
|
||||
}
|
||||
mWindowManagerInternal.updateInputMethodWindowStatus(token,
|
||||
(vis & InputMethodService.IME_VISIBLE) != 0,
|
||||
token != null ? info.mTargetWindow : null);
|
||||
info != null ? info.mTargetWindow : null);
|
||||
}
|
||||
|
||||
private void updateSystemUi(IBinder token, int vis, int backDisposition) {
|
||||
|
||||
Reference in New Issue
Block a user