Open msickpaler opened 2 years ago
This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.
Glide Version: 4.4.0
Device/Android Version: pixel 4 XL / Android 12 API 31
I am trying to display multiple images on the chat screen using the recycleView. 10 images are displayed at a time, and when I scroll to the top, the additional 10 images are displayed.
The problem occurs when the additional 10 images are loaded. When I load the additional 10, I get a problem: The 10 loaded files may or may not have images. (Of the 10, those loaded first are most likely to have images displayed.) Images that were originally displayed may no longer be displayed at the time of loading.
thanks.
listAdapter
CustomBindingAdapter.kt
Layout XML: view_chat_schedule_cell_item.xml