android-inline-youtube-view icon indicating copy to clipboard operation
android-inline-youtube-view copied to clipboard

Wrong youtube thumbnail loaded

Open IamAKX opened this issue 6 years ago • 1 comments

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

IamAKX avatar Nov 16 '18 18:11 IamAKX

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 ?

anirudhramanan avatar Nov 17 '18 04:11 anirudhramanan