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

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

Merge "SurfaceControlViewHost: Let ViewRoot release control." into rvc-dev

parents 1970e8d2 8644050a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,8 +272,8 @@ public class SurfaceControlViewHost {
     * and render the object unusable.
     */
    public void release() {
        // ViewRoot will release mSurfaceControl for us.
        mViewRoot.die(false /* immediate */);
        mSurfaceControl.release();
    }

    /**