You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once an user posts an image on the chat, it's supposed to show the thumbnail, and after the image is tapped, it's supposed to show the large version of the image.
Current Behavior
After the commit df3678a we started using stable ids on the RecyclerView, but as a side effect, the chat message won't reload after the user taps it, showing a low quality image.
Possible Solution
Perhaps we could set a listener to the imageview, once the animation is finished we could force an image reload.
Expected Behavior
Once an user posts an image on the chat, it's supposed to show the thumbnail, and after the image is tapped, it's supposed to show the large version of the image.
Current Behavior
After the commit df3678a we started using stable ids on the RecyclerView, but as a side effect, the chat message won't reload after the user taps it, showing a low quality image.
Possible Solution
Perhaps we could set a listener to the imageview, once the animation is finished we could force an image reload.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: