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

Commit 59595cdc authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Fix destruction of preserved surfaces for non app windows." into pi-dev

am: 6b683ecf

Change-Id: I3498de97f677e62050388e38462632475714e4a4
parents bc512694 6b683ecf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -692,6 +692,7 @@ class RootWindowContainer extends WindowContainer<DisplayContent> {
                    wallpaperDestroyed = true;
                }
                win.destroySurfaceUnchecked();
                win.mWinAnimator.destroyPreservedSurfaceLocked();
            } while (i > 0);
            mService.mDestroySurface.clear();
        }