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

Commit 03bdbb5f authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "SurfaceView: Reset window stopped state when attaching to window." into...

Merge "SurfaceView: Reset window stopped state when attaching to window." into oc-dev am: 97bcf59f
am: 14395f81

Change-Id: I2bc4bd531f5bd26905f5c5ab87be1e986a853b3b
parents d5a9460f 14395f81
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ public class SurfaceView extends View implements ViewRootImpl.WindowStoppedCallb
        super.onAttachedToWindow();

        getViewRootImpl().addWindowStoppedCallback(this);
        mWindowStopped = false;

        mParent.requestTransparentRegion(this);
        mViewVisibility = getVisibility() == VISIBLE;