mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 11:39:30 +01:00
e7b4c6f848
When in the timeline an image bubble with animated=false was displayed and you tapped on an image, it would attempt to show the thumbnail with animated=true. This thumbnail, of course, was not cached, thus not showing the cached image, and actually downloading the thumbnail multiple times. This PR fixes that by first checking if the animated=false thumbnail is cached, and if so, display that while the final image is loading. |
||
---|---|---|
.. | ||
audio_player.dart | ||
html_message.dart | ||
image_bubble.dart | ||
map_bubble.dart | ||
message_content.dart | ||
message_download_content.dart | ||
message_reactions.dart | ||
message.dart | ||
reply_content.dart | ||
state_message.dart | ||
sticker.dart | ||
verification_request_content.dart |