Merge "Remove display policy references while waiting for window animation to complete" into sc-dev am: 37f493f566
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14951219 Change-Id: I194c494a464c7d1be0ea83bbb19740e93200c9b4
This commit is contained in:
@@ -2598,6 +2598,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
|
||||
private void setupWindowForRemoveOnExit() {
|
||||
mRemoveOnExit = true;
|
||||
setDisplayLayoutNeeded();
|
||||
getDisplayContent().getDisplayPolicy().removeWindowLw(this);
|
||||
// Request a focus update as this window's input channel is already gone. Otherwise
|
||||
// we could have no focused window in input manager.
|
||||
final boolean focusChanged = mWmService.updateFocusedWindowLocked(
|
||||
|
||||
Reference in New Issue
Block a user