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. |
||
---|---|---|
.. | ||
archive | ||
bootstrap | ||
chat | ||
chat_details | ||
chat_encryption_settings | ||
chat_list | ||
chat_permissions_settings | ||
device_settings | ||
homeserver_picker | ||
image_viewer | ||
invitation_selection | ||
key_verification | ||
login | ||
new_group | ||
new_private_chat | ||
new_space | ||
search | ||
settings | ||
settings_3pid | ||
settings_account | ||
settings_chat | ||
settings_emotes | ||
settings_ignore_list | ||
settings_multiple_emotes | ||
settings_notifications | ||
settings_security | ||
settings_style | ||
sign_up | ||
user_bottom_sheet | ||
video_viewer |