Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edd48593 authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Don't notify dead client about losing control" into rvc-dev

parents 3fb94d8e e1b67cdb
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -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 {