補上VideoViewAdapter
This commit is contained in:
parent
ced178513b
commit
4cf5ae5094
@ -49,13 +49,13 @@ class VideoViewAdapter(
|
|||||||
fragment.stopAll()
|
fragment.stopAll()
|
||||||
}
|
}
|
||||||
|
|
||||||
/*fun play(index: Int) {
|
fun play(index: Int) {
|
||||||
play(fragments[index])
|
play(fragments[index])
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun play(fragment: SplitViewFragment) {
|
private fun play(fragment: SplitViewFragment) {
|
||||||
fragment.playAll()
|
fragment.playAll()
|
||||||
}*/
|
}
|
||||||
|
|
||||||
override fun getItemId(position: Int): Long {
|
override fun getItemId(position: Int): Long {
|
||||||
return fragments[position].hashCode().toLong()
|
return fragments[position].hashCode().toLong()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user