[6.5.0][Fix]解决编译不通过的问题
This commit is contained in:
@@ -141,7 +141,8 @@ class RoadCrossLiveView @JvmOverloads constructor(
|
||||
}
|
||||
}
|
||||
|
||||
private fun gsyVideoPlay(img: String, live: String) {
|
||||
private fun gsyVideoPlay(img: String?, live: String?) {
|
||||
if (live.isNullOrEmpty()) return
|
||||
resetView()
|
||||
gsyVideoOptionBuilder.setUrl(live)
|
||||
.setCacheWithPlay(false)
|
||||
|
||||
Reference in New Issue
Block a user