ExoPlayer in RecyclerView Not Synchronizing with Swipe
I have an ExoPlayer
instance within a RecyclerView
in my Android app. While the player works perfectly with the next and previous buttons, I’m facing an issue where the videos don’t switch correctly when I swipe left or right on the RecyclerView
. Instead, I just see a blank space where the next or previous video should be and audio of previous video.