视频播放器白+黑
This commit is contained in:
@@ -158,10 +158,10 @@ class SimpleCoverVideoPlayer : StandardGSYVideoPlayer {
|
||||
|
||||
override fun onClick(v: View?) {
|
||||
super.onClick(v)
|
||||
Log.d("kl","onClick160"+mCurrentState)
|
||||
if (mCurrentState == CURRENT_STATE_PAUSE){
|
||||
Log.d("kl", "onClick160" + mCurrentState)
|
||||
if (mCurrentState == CURRENT_STATE_PAUSE) {
|
||||
onVideoResume()
|
||||
}else if (mCurrentState == CURRENT_STATE_PLAYING){
|
||||
} else if (mCurrentState == CURRENT_STATE_PLAYING) {
|
||||
onVideoPause()
|
||||
}
|
||||
v?.let {
|
||||
|
||||
Reference in New Issue
Block a user