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. |
||
---|---|---|
.. | ||
events | ||
chat_app_bar_title.dart | ||
chat_emoji_picker.dart | ||
chat_input_row.dart | ||
chat_view.dart | ||
chat.dart | ||
encryption_button.dart | ||
event_info_dialog.dart | ||
input_bar.dart | ||
reactions_picker.dart | ||
recording_dialog.dart | ||
reply_display.dart | ||
seen_by_row.dart | ||
send_file_dialog.dart | ||
send_location_dialog.dart | ||
sticker_picker_dialog.dart | ||
tombstone_display.dart | ||
typing_indicators.dart |