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

Commit 4f65a37a authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Prevent unnecesary Surface preservation." into oc-dev

am: bf7f23cc

Change-Id: Ia88d0b9658d9804187cf053ae83338b978ffa69b
parents ce1e415d bf7f23cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -687,6 +687,7 @@ class WindowStateAnimator {
            mSurfaceController = new WindowSurfaceController(mSession.mSurfaceSession,
                    attrs.getTitle().toString(),
                    width, height, format, flags, this, windowType, ownerUid);
            mSurfaceFormat = format;

            w.setHasSurface(true);