提交 c53b7bed 编写于 作者: G guoshuyu

fix #1470

上级 bfc4cc58
......@@ -601,9 +601,11 @@ public abstract class GSYBaseVideoPlayer extends GSYVideoControlView {
mTextureViewContainer.removeAllViews();
}
saveLocationStatus(context, statusBar, actionBar);
//切换时关闭非全屏定时器
cancelProgressTimer();
boolean hadNewConstructor = true;
try {
......@@ -683,9 +685,10 @@ public abstract class GSYBaseVideoPlayer extends GSYVideoControlView {
resolveFullVideoShow(context, gsyVideoPlayer, frameLayout);
}
gsyVideoPlayer.addTextureView();
gsyVideoPlayer.startProgressTimer();
getGSYVideoManager().setLastListener(this);
getGSYVideoManager().setListener(gsyVideoPlayer);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册