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

Commit 50ecd02a 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

am: 59595cdc

Change-Id: I28e385ac6f1eea11d749aa52dfce1327717a1964
parents ecbec4b4 59595cdc
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();
        }