flipkart-incubator / android-inline-youtube-view

Utility library around using YouTube inside your android app.
Apache License 2.0
321 stars 62 forks source link

Wrong youtube thumbnail loaded #14

Open IamAKX opened 5 years ago

IamAKX commented 5 years ago

I am using this library to load youtube player in a recycler view. On scrolling up and down, wrong thumbnail of the video is loaded. Sometimes wrong thumbnail is load ever after the correct thumbnail loading is done, i.e, the correct thumbnail replaces by the wrong thumbnail within a fraction of a second. I am using this in native android project. I have tried Glide and Picasso libraries to load image inside ImageLoader interface

anirudhramanan commented 5 years ago

This looks like a recycling issue. Can you paste the gist of the code to help us debug ?

Also the demo app uses recycler view to load 5/6 youtube views. Are you able to reproduce the same issue in the demo app ?