I found an error (more likely bug) when load image with glide on Recyclerview. The problem is that when I load image from URL into an imageview
on recyclerview
item, imageview
seem to have focus on it. Here is how it looks like : imageview gained focus after load image with glide
This causes recyclerview
scrolls by itself (I cant post a video). Is there any idea how to solve this? Thank you and sorry for my English.