[视频切换回来不自动开始播放]
This commit is contained in:
yangyakun
2023-08-02 19:28:46 +08:00
committed by zhongchao
parent 441b08dd0e
commit 1024e5e8cc

View File

@@ -107,7 +107,7 @@ internal class InfoVideoView @JvmOverloads constructor(
if (!player.isIfCurrentIsFullscreen) {
when (player.currentState) {
GSYVideoView.CURRENT_STATE_PAUSE -> {
player.onVideoResume(false)
//player.onVideoResume(false)
}
else -> {}
}