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

Commit dfea9ff5 authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "SurfaceView: Synchronize visibility changes with VRI frame"

parents 5223943b 230677e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -972,9 +972,9 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
            mParentSurfaceSequenceId = viewRoot.getSurfaceSequenceId();

            if (mViewVisibility) {
                mTmpTransaction.show(mSurfaceControl);
                geometryTransaction.show(mSurfaceControl);
            } else {
                mTmpTransaction.hide(mSurfaceControl);
                geometryTransaction.hide(mSurfaceControl);
            }

            if (mSurfacePackage != null) {