補上VideoViewAdapter
This commit is contained in:
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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user