Recreate overlay view after the TIS crashes

The overlay view should be recreated when the session is recreated
after the TIS crash.

Change-Id: I7605aac0feed644ae29d65127f68630c3658343f
This commit is contained in:
Chulwoo Lee
2014-08-26 19:07:22 +09:00
parent 5369d7a931
commit ffad70bb7e

View File

@ -869,6 +869,8 @@ public class TvView extends ViewGroup {
if (this != mSessionCallback) {
return;
}
mOverlayViewCreated = false;
mOverlayViewFrame = null;
mSessionCallback = null;
mSession = null;
if (mListener != null) {