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

Commit d673f4f2 authored by youngmin0822.lee's avatar youngmin0822.lee Committed by android-build-merger
Browse files

Merge "don't call setSize() when creating SurfaceControl" am: 57e98b19 am:...

Merge "don't call setSize() when creating SurfaceControl" am: 57e98b19 am: e332fe4b am: 762b60ce
am: 607244a1

Change-Id: I1b6ef96c0b9f15eda6296e5e9fbdb072f66d9b91
parents f91e5a98 607244a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -579,7 +579,7 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
                                    0.0f, 0.0f,
                                    mScreenRect.height() / (float) mSurfaceHeight);
                        }
                        if (sizeChanged) {
                        if (sizeChanged && !creating) {
                            mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
                        }
                    } finally {