fluffychat/lib/pages/chat/events
Sorunome e7b4c6f848
fix: Thumbnails in the image bubble not always showing a cached thumbnail
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.
2021-11-30 15:54:48 +01:00
..
audio_player.dart fix: Remove unused imports 2021-11-21 09:55:59 +01:00
html_message.dart refactor: Pages folder structure 2021-11-09 21:32:16 +01:00
image_bubble.dart fix: Thumbnails in the image bubble not always showing a cached thumbnail 2021-11-30 15:54:48 +01:00
map_bubble.dart fix: Properly position the pointer in the map bubble and add attribution 2021-11-29 16:04:23 +01:00
message.dart fix: Give message edits padding 2021-11-22 19:20:09 +01:00
message_content.dart Merge branch 'soru/verification-dialog' into 'main' 2021-11-19 10:32:36 +00:00
message_download_content.dart chore: Adjust colors 2021-11-15 07:59:51 +01:00
message_reactions.dart chore: Minor design changes 2021-11-22 15:35:51 +01:00
reply_content.dart feat: new design 2021-11-13 16:10:16 +01:00
state_message.dart fix: Contrast in dark mode 2021-11-14 22:15:37 +01:00
sticker.dart fix: Stickers always in square 2021-11-19 11:02:05 +01:00
verification_request_content.dart refactor: Pages folder structure 2021-11-09 21:32:16 +01:00