eneim / toro

Video list auto playback made simple, specially built for RecyclerView
Apache License 2.0
1.42k stars 253 forks source link

can we detect current player when user scroll / longpress on container ? #363

Open aderinto05 opened 6 years ago

aderinto05 commented 6 years ago

What kind of issue is this?

eneim commented 6 years ago

@aderinto05 Container comes with the method "filter" where you can filter by a certain condition. Please give it a try :D.

aderinto05 commented 6 years ago

thanks for your information. I have other question, how to change current play when user still touch container. I want to play when focus has changed and getScrollState() == SCROLL_STATE_DRAGGING @eneim

eneim commented 6 years ago

@aderinto05 Sadly it is not supported by now. As you know 'touching' is quite tricky concept. If I refresh the player list on touching/dragging state, it will refresh quite aggressively (so many refresh happen in short amount of time). I will consider how to do this in performant way next major release, but it may not be there anytime soon :(.