this post was submitted on 04 Aug 2025
116 points (95.3% liked)

Summit

1094 readers
13 users here now

Community to discuss Summit, an open-source Lemmy reader for Android.

App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit

APK: https://github.com/idunnololz/summit-for-lemmy/releases

Source: https://github.com/idunnololz/summit

Support the app

Support me on Patreon

Website: https://summit.idunnololz.com/

founded 2 years ago
MODERATORS
 

After screenshotting this and going back to Lemmy I had the correct image again.

you are viewing a single comment's thread
view the rest of the comments
[–] pc486@sh.itjust.works 3 points 1 week ago

I've updated to v1.68.2. I'll follow up if I can reproduce the race condition again but I suspect you squashed obvious presentations of it. In commit 8a50165, the change to ImageViewerActivity.kt and LinkFetcher.kt makes reasonable sense to me for my bug. A singleton downloader in a threaded environment presents several kinds of foot-guns. Wrapping the return into a promise certainly sidesteps some data races.