提交 aaeeec04 编写于 作者: G guoshuyu

fix #2489

上级 5a560601
......@@ -365,6 +365,10 @@ public abstract class GSYBaseVideoPlayer extends GSYVideoControlView {
if (gsyVideoPlayer != null) {
cloneParams(gsyVideoPlayer, this);
}
if (mCurrentState != CURRENT_STATE_NORMAL
|| mCurrentState != CURRENT_STATE_AUTO_COMPLETE) {
createNetWorkState();
}
getGSYVideoManager().setListener(getGSYVideoManager().lastListener());
getGSYVideoManager().setLastListener(null);
setStateAndUi(mCurrentState);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册