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
[–] 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.