Merge "Don't notify dead client about losing control" into rvc-dev am: edd4859399 am: d68ed29966
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11659722 Change-Id: I95ff8acf09b3d5e51018ba890ca1716a9aa2a42d
This commit is contained in:
@@ -3576,6 +3576,9 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
|
|||||||
@Override
|
@Override
|
||||||
public void notifyInsetsControlChanged() {
|
public void notifyInsetsControlChanged() {
|
||||||
ProtoLog.d(WM_DEBUG_IME, "notifyInsetsControlChanged for %s ", this);
|
ProtoLog.d(WM_DEBUG_IME, "notifyInsetsControlChanged for %s ", this);
|
||||||
|
if (mAppDied || mRemoved) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
final InsetsStateController stateController =
|
final InsetsStateController stateController =
|
||||||
getDisplayContent().getInsetsStateController();
|
getDisplayContent().getInsetsStateController();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user