mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Added the onLongClickListener
Added this listener to the TrendingAdapter holder.
This commit is contained in:
parent
87466063d8
commit
9c906ee973
@ -73,6 +73,7 @@ class TrendingAdapter(private val videoFeed: List<StreamItem>): RecyclerView.Ada
|
||||
.replace(R.id.container, frag)
|
||||
.commitNow()
|
||||
}
|
||||
holder.v.setOnLongClickListener { TODO("Not yet implemented") }
|
||||
}
|
||||
}
|
||||
class CustomViewHolder(val v: View): RecyclerView.ViewHolder(v){
|
||||
|
Loading…
Reference in New Issue
Block a user