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

Commit f30921e2 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

am: 4f65a37a

Change-Id: I2f971c99a3610ef39ae5541f7498f87611d02add
parents ab7d501a 4f65a37a
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);