Make mSessionCallback null in TvView.unbindTvInput

Bug: 15096705
Change-Id: I5a13f9ad648bafc76667cbda39bcb138cfbc5de2
This commit is contained in:
Youngsang Cho
2014-05-20 14:37:01 +09:00
parent e704324a01
commit 285ff430fa

View File

@@ -149,6 +149,7 @@ public class TvView extends SurfaceView {
if (mSession != null) {
release();
}
mSessionCallback = null;
}
/**