提交 f835de08 编写于 作者: G guoshuyu

调整 onVideoResume 内部方法

上级 17d00489
......@@ -522,7 +522,7 @@ public abstract class GSYVideoView extends GSYTextureRenderView implements GSYMe
mPauseBeforePrepared = false;
if (mCurrentState == CURRENT_STATE_PAUSE) {
try {
if (mCurrentPosition > 0 && getGSYVideoManager() != null) {
if (mCurrentPosition >= 0 && getGSYVideoManager() != null) {
if (seek) {
getGSYVideoManager().seekTo(mCurrentPosition);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册