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

Commit 285ff430 authored by Youngsang Cho's avatar Youngsang Cho
Browse files

Make mSessionCallback null in TvView.unbindTvInput

Bug: 15096705
Change-Id: I5a13f9ad648bafc76667cbda39bcb138cfbc5de2
parent e704324a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ public class TvView extends SurfaceView {
        if (mSession != null) {
            release();
        }
        mSessionCallback = null;
    }

    /**