Merge "Don't notify dead client about losing control" into rvc-dev
This commit is contained in:
@@ -3576,6 +3576,9 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
|
||||
@Override
|
||||
public void notifyInsetsControlChanged() {
|
||||
ProtoLog.d(WM_DEBUG_IME, "notifyInsetsControlChanged for %s ", this);
|
||||
if (mAppDied || mRemoved) {
|
||||
return;
|
||||
}
|
||||
final InsetsStateController stateController =
|
||||
getDisplayContent().getInsetsStateController();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user