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)
- Open chat
- Locate or post any image
- Tap the image
Your Environment
- Version used: 54b1cf7
- Android version: 5.1 and 8.0
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