補上VideoViewAdapter

This commit is contained in:
Raymond Yang
2023-02-07 17:01:44 +08:00
parent ced178513b
commit 4cf5ae5094
@@ -49,13 +49,13 @@ class VideoViewAdapter(
fragment.stopAll()
}
/*fun play(index: Int) {
fun play(index: Int) {
play(fragments[index])
}
private fun play(fragment: SplitViewFragment) {
fragment.playAll()
}*/
}
override fun getItemId(position: Int): Long {
return fragments[position].hashCode().toLong()