提交 a6291378 编写于 作者: G guoshuyu

##2550 增加进度重置

上级 0e4651df
......@@ -86,6 +86,7 @@ public class DetailExoListPlayer extends GSYBaseActivityDetail<GSYExo2PlayerView
@Override
public void onClick(View v) {
GSYExoVideoManager.instance().next();
((GSYExo2PlayerView)detailPlayer.getCurrentPlayer()).nextUI();
}
});
......
......@@ -262,4 +262,9 @@ public class GSYExo2PlayerView extends StandardGSYVideoPlayer {
super.onInfo(what, extra);
}
}
public void nextUI() {
resetProgressAndTime();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册