this post was submitted on 04 Aug 2025
110 points (95.1% liked)

Summit

1090 readers
82 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.

top 27 comments
sorted by: hot top controversial new old
[โ€“] rayquetzalcoatl@lemmy.world 6 points 21 hours ago (1 children)

I've seen this bug occasionally on Eternity too, but honestly I love when it happens lol - especially in the case you screenshotted ๐Ÿ˜‚

[โ€“] Evil_Shrubbery@lemmy.zip 4 points 20 hours ago* (last edited 20 hours ago) (1 children)

Eternity gang!

And yes, it usually brightens my browsing a bit, I give it a light chuckle sometimes.

[โ€“] rayquetzalcoatl@lemmy.world 3 points 20 hours ago (1 children)

My one and only ๐Ÿซก although I wish the "Hide Post" functionality worked

[โ€“] Evil_Shrubbery@lemmy.zip 4 points 19 hours ago* (last edited 19 hours ago) (1 children)

You can set it on your instance if you wish (it's a profile setting).

But afaik it works (if set only) in app too.
(Def had problems tho, that's why I know about the other fix.)

There are a bunch of settings that stop working if you fiddle with something (eg default sort for me fucks up more than just sorting) but deleting specific or all data fixed things.

You can export your settings (built-in functionally), delete all the data in settings, restart the app, import settings, restart the app ... not sure if both restarts are needed.

In Settings --> Advanced --> Backup/Delete/Restore.

Oh neat, I'll give that a go. Thank you!

[โ€“] idunnololz@lemmy.world 22 points 1 day ago (2 children)

lmao. that is funny but also really bad. I haven't seen this bug myself but if anyone has any clues on how to reproduce this, please let me know.

[โ€“] pc486@sh.itjust.works 10 points 1 day ago (1 children)

I've run into this bug too. It happens when I expand an image (click it) but doesn't load quickly and then I click another. If the second image loads before the first, when the first arrives it'll replace the second one.

Clearly a download event race condition.

It's been a small bug that I've been meaning to report and fix myself. I can grab the code, setup development, and get more details (or write a test) if you cannot reproduce.

v1.68.0 (277)

[โ€“] idunnololz@lemmy.world 8 points 1 day ago (2 children)

Oh, I added some fixed in v1.69.0. The release should be out now. I would be curious if the issue still occurs after that update.

[โ€“] pc486@sh.itjust.works 3 points 16 hours 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.

[โ€“] tenchiken@lemmy.dbzer0.com 2 points 1 day ago (1 children)

I believe I got this on the 1.69.1 build just now. It corrected after just a moment, but it was while I was scrolling quickly, maybe 1 to 2 posts per second. Skimming headlines and all of a sudden a news post with a mildly nsfw image quickly changing to generic stock footage after 2 or 3 seconds. The reused image i recall seeing shortly before I think?

I'll try to see if I can force it by quick skimming again or if that is irrelevant to the issue.

[โ€“] tenchiken@lemmy.dbzer0.com 3 points 1 day ago* (last edited 1 day ago) (2 children)

Caught it while scrolling all! Not really scrolling fast but there's another common variable... It was for a video clip.

See the "before tapping" in attached.

It changed to the correct thumbnail once tapped and backed from. See mildly edited next:

Not sure it'll help but that post seems to be here:

(Obviously not safe for work)

https://lemmynsfw.com/post/28850749

Last I confirmed version:

Edit: scrolling back just a few items yielded the original image too I think:

That's for https://lemmy.bestiver.se/post/535254

Edit 2: holy cow... Ummm...

So I had scrolled back up to find the image and after editing here, continued scrolling down (4 posts down by the way!) and this is what I see on that nsfw post preview now:

Worth noting that that image now in that place is from not far back also. 5 posts previous (1 before the first source image).

Also, once hitting save to this edit, the preview was back to the correct NSFW thumbnail.

I hope this helps track down the glitch!

Found another issue maybe... Attempting to post the comment after it has been saved as draft and there's no way to post, only save? I had to come back to post directly after copy/paste.

[โ€“] idunnololz@lemmy.world 2 points 21 hours ago

Thank you for the detailed report. I made a release last night but it's being reviewed by Google at the moment. I will comment again once its available so you can test it. However, that update was just me blindly fixing things so no guarantees it will fix the bug youve reported.

I will look at the code again tonight since i have a better idea of where to look now.

[โ€“] tenchiken@lemmy.dbzer0.com 1 points 21 hours ago

The issue seems to manifest most frequently on posts from lemmynsfw for me when I'm scrolling under all.

[โ€“] phonics@lemmy.world 2 points 1 day ago (1 children)
[โ€“] idunnololz@lemmy.world 4 points 1 day ago* (last edited 1 day ago) (1 children)

Can you check which version of the app you are on? You can see it in Settings > About Summit.

[โ€“] phonics@lemmy.world 5 points 1 day ago (1 children)
[โ€“] idunnololz@lemmy.world 2 points 1 day ago (1 children)
[โ€“] phonics@lemmy.world 2 points 1 day ago

No problem. Happens maybe once a day or every 2 days. And I guess I'm on Lemmy for like 2 hours a day on average

[โ€“] stoicmaverick@lemmy.world 17 points 1 day ago
[โ€“] TootSweet@lemmy.world 31 points 1 day ago (1 children)

Sometimes wrong image is displayed for a post

I don't see the issue.

(Sarcasm.)

[โ€“] phonics@lemmy.world 22 points 1 day ago (1 children)

I do find it endlessly entertaining. Every time it happens. Trying to connect the title to the image.

[โ€“] Evil_Shrubbery@lemmy.zip 2 points 20 hours ago

Yes, it is fun - even or especially when it takes me a few seconds to get what's happening (sometimes, especially in a community, it might not be obvious).

[โ€“] Wahots@pawb.social 5 points 1 day ago (1 children)

Can you link the source image?

[โ€“] asqapro@reddthat.com 5 points 1 day ago (1 children)

I've seen a different issue a few times where I share a Lemmy link on Discord and the thumbnail and preview text are completely different

No, no, that's the right image for sure, and my penis says you are a bad person for thinking otherwise. Mind you, he's a real dickhead