this post was submitted on 26 Feb 2026
6 points (100.0% liked)

Connect for Lemmy App

3859 readers
1 users here now

A community for the mobile app Connect for browsing Lemmy and Piefed.

Links

founded 3 years ago
MODERATORS
 

Bug Report

Describe the issue: This post's preview image failed to load and was rendered on top of the title. I've only seen this happening to this exact post, so I'm not sure if this has something to do with the image failing do decompress.

PS the fail on the images rendering is: Failed to decompress image.

PSS if you wish I test something I'm happy to help

lemmy post

Steps to reproduce:

  1. Open post

Device Information

  • App Version: 1.0.415 (415)
  • Platform: android
  • OS Version: UP1A.231005.007.M346BXXU7CXL3
  • Notice: Using legacy Shared Preferences

Modified Settings

The following settings have been changed from defaults:

  • shouldShowCrossposts: false (default: true)
  • commentTextStyle: bodySmall (default: bodyLarge)
  • mediaSecondaryAction: download (default: none)
  • showFullVotes: true (default: false)
  • isImageTapToClose: false (default: true)
  • shouldImageConvertWebp: false (default: true)
  • shouldStackDuplicatePosts: false (default: true)
  • colourPrimary: 4287749631 (default: null)
  • nsfwView: Show (default: Blur)
  • postActions: [comment, save, none] (default: [comment, save, none, crosspost])
  • swipeActionsPost: [upvote, upvote, save] (default: [upvote, save, hide])
  • shouldVideoAutoplay: never (default: always)
  • shouldRemembercommentPosition: false (default: true)
  • shouldResolveOpenGraph: false (default: true)
  • theme: amoled (default: system)
  • enableHistory: false (default: true)
  • displayUserVoteTotals: false (default: true)
  • imageDomainRewrites: {} (default: {})
you are viewing a single comment's thread
view the rest of the comments
[–] owsei@programming.dev 1 points 5 months ago (1 children)

I already have this enabled :(

[–] sirxdaemon@lemmy.ca 1 points 5 months ago (1 children)

The log in your post mentioned it was off. This setting does require you to close and reopen the app to take effect. It's on by default so I didn't have the problem but I did turned it off to verify.

[–] owsei@programming.dev 1 points 5 months ago (1 children)

That's really weird! I've had that setting on during the bug report and after. However now I've disabled it and it no longer renders on top of the title. However it still fails to load.

That's for the help tho <3

[–] sirxdaemon@lemmy.ca 2 points 5 months ago* (last edited 5 months ago) (1 children)

That's odd, I remember the picture loaded fine with webp on. Now it's not loading regardless in v1.0.420.

EDIT: Funny thing is if you have link preview enabled, the preview shows the picture just fine.

[–] kuro_neko@lemmy.ca 3 points 5 months ago

It's kind of in a half fixed state right now as I rushed v420 out but basically Flutter (what Connect is written in) doesn't support .avif images by default so I need to add a special library to handle it. There should be a proper fix coming in 421.