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

Commit 4e0acc40 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

Merge "Limit creating new surface for legacy apps to size changes." into...

Merge "Limit creating new surface for legacy apps to size changes." into oc-dev am: d5231256 am: 80e1d8eb
am: 9a5595ef

Change-Id: I7b59e572542449b54c835688cf8c9c0e2e5c74b0
parents 31c8e08e 9a5595ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -641,7 +641,7 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
                        mSurface.copyFrom(mSurfaceControl);
                    }

                    if (getContext().getApplicationInfo().targetSdkVersion
                    if (sizeChanged && getContext().getApplicationInfo().targetSdkVersion
                            < Build.VERSION_CODES.O) {
                        // Some legacy applications use the underlying native {@link Surface} object
                        // as a key to whether anything has changed. In these cases, updates to the