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

Commit 92113a46 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "SurfaceControlViewHost: Let ViewRoot release control." into rvc-dev am: 1e15db9c am: ca6c0c80 am: 9e0b8643

Change-Id: I567c9c6a403aef154f39f86da69049e741604536
parents 627a8883 9e0b8643
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();
    }

    /**