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

Commit 799de92e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SurfaceView: Show SurfacePackage child when reparenting"

parents 45a25406 20c62d2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1570,7 +1570,8 @@ public class SurfaceView extends View implements ViewRootImpl.SurfaceChangedCall
    private void reparentSurfacePackage(SurfaceControl.Transaction t,
            SurfaceControlViewHost.SurfacePackage p) {
        // TODO: Link accessibility IDs here.
        t.reparent(p.getSurfaceControl(), mSurfaceControl);
        final SurfaceControl sc = p.getSurfaceControl();
        t.reparent(sc, mSurfaceControl).show(sc);
    }

    /**