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

Commit 33dfa744 authored by Issei Suzuki's avatar Issei Suzuki Committed by Android (Google) Code Review
Browse files

Merge "Remove stopped activity from UnknownAppVisibilityController." into sc-dev

parents fe08620a 9dd36ef4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5015,6 +5015,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
        mAppStopped = true;
        // Reset the last saved PiP snap fraction on app stop.
        mDisplayContent.mPinnedTaskController.onActivityHidden(mActivityComponent);
        mDisplayContent.mUnknownAppVisibilityController.appRemovedOrHidden(this);
        destroySurfaces();
        // Remove any starting window that was added for this app if they are still around.
        removeStartingWindow();