[PR #6734] [MERGED] fix(mobile): blurry memory photos #11317

Closed
opened 2026-02-05 14:37:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/6734
Author: @alextran1502
Created: 1/29/2024
Status: Merged
Merged: 1/30/2024
Merged by: @alextran1502

Base: mainHead: mobile/fix-blurry-memory


📝 Commits (2)

  • 5d3e98f fix(mobile): blurry memory photos
  • c3a650d better naming and performance

📊 Changes

8 files changed (+143 additions, -138 deletions)

View changed files

📝 mobile/ios/Flutter/AppFrameworkInfo.plist (+1 -1)
📝 mobile/ios/Podfile (+1 -1)
📝 mobile/ios/Podfile.lock (+15 -14)
📝 mobile/lib/modules/asset_viewer/views/gallery_viewer.dart (+2 -2)
📝 mobile/lib/modules/memories/ui/memory_card.dart (+1 -0)
📝 mobile/lib/modules/memories/views/memory_page.dart (+2 -0)
📝 mobile/lib/shared/ui/immich_image.dart (+13 -4)
📝 mobile/pubspec.lock (+108 -116)

📄 Description

Fixes #6423


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/6734 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 1/29/2024 **Status:** ✅ Merged **Merged:** 1/30/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `mobile/fix-blurry-memory` --- ### 📝 Commits (2) - [`5d3e98f`](https://github.com/immich-app/immich/commit/5d3e98fefa37e9debaf8bf9dd8e24da7749390b3) fix(mobile): blurry memory photos - [`c3a650d`](https://github.com/immich-app/immich/commit/c3a650d2d76df1f010b2f3d515fdf6109ccaf569) better naming and performance ### 📊 Changes **8 files changed** (+143 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `mobile/ios/Flutter/AppFrameworkInfo.plist` (+1 -1) 📝 `mobile/ios/Podfile` (+1 -1) 📝 `mobile/ios/Podfile.lock` (+15 -14) 📝 `mobile/lib/modules/asset_viewer/views/gallery_viewer.dart` (+2 -2) 📝 `mobile/lib/modules/memories/ui/memory_card.dart` (+1 -0) 📝 `mobile/lib/modules/memories/views/memory_page.dart` (+2 -0) 📝 `mobile/lib/shared/ui/immich_image.dart` (+13 -4) 📝 `mobile/pubspec.lock` (+108 -116) </details> ### 📄 Description Fixes #6423 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:37:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11317