fluffychat/lib
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
..
config feat: Open im.fluffychat uris 2021-11-22 19:19:18 +01:00
pages fix: Thumbnails in the image bubble not always showing a cached thumbnail 2021-11-30 15:54:48 +01:00
utils fix: Open URIs 2021-11-29 16:23:14 +01:00
widgets design: Adaptive switches 2021-11-27 10:10:29 +01:00
main.dart fix: Remove unused imports 2021-11-21 09:55:59 +01:00