When I am using this UniversalVideoView in a recycler view. There are multiple videos on the list, If I tap any video from the list it is playing fine but while playing this if I tap on another video then both videos are playing at the same time. I want to stop the previous one and start the current one Any solution for it?
When I am using this
UniversalVideoView
in a recycler view. There are multiple videos on the list, If I tap any video from the list it is playing fine but while playing this if I tap on another video then both videos are playing at the same time. I want to stop the previous one and start the current one Any solution for it?