处理视频流切换全屏马上又退出全屏问题
This commit is contained in:
@ -66,7 +66,7 @@ class VideoAdapter(val mContext: Context, val mRecyclerView: RecyclerView, val m
|
||||
.setCacheWithPlay(true)
|
||||
.setRotateWithSystem(false)
|
||||
.setReleaseWhenLossAudio(true)
|
||||
.setLockLand(true)
|
||||
// .setLockLand(true)
|
||||
.setLooping(false)
|
||||
.setShowFullAnimation(false)
|
||||
.setVideoAllCallBack(object : GSYSampleCallBack() {
|
||||
|
||||
Reference in New Issue
Block a user