mastodon / mastodon-android

Official Android app for Mastodon
https://app.joinmastodon.org/android
GNU General Public License v3.0
1.74k stars 266 forks source link

image download fails silently pretending success #649

Open rnnr opened 1 year ago

rnnr commented 1 year ago

When I download an image the app immediately says "Image downloaded" while the image is seems to actually dowloaded a bit later or, what's worse, not at all.

grishka commented 1 year ago

When you save an image, it is copied from the cache because it was already loaded for display. It's a fully local operation. Or do you mean it appears in photo gallery apps with a delay?

grishka commented 1 year ago

Here's the relevant code: https://github.com/mastodon/mastodon-android/blob/4bb255e0bb679643c91a62574112e244ee8ae21a/mastodon/src/main/java/org/joinmastodon/android/ui/photoviewer/PhotoViewer.java#L485-L518