Android Kotlin - Recyclerview detect swiping to next / prev item inside onBindViewHolder

前端 未结 0 697
不知归路
不知归路 2021-01-31 20:57

This is the code:

private fun pause(){
    if (mpp != null){
        mpp!!.pause()
    }
}

private fun resume() {
    if (mpp != null) {
        mpp!!.start()
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题