[PR #482] [CLOSED] Fix Random Gallery Scroll Crash #8632

Closed
opened 2026-02-05 13:50:36 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/482
Author: @TCVinNYC
Created: 8/17/2022
Status: Closed

Base: mainHead: fix-gallery-memory-crash


📝 Commits (10+)

  • 79849fd swiping between assets works, current has a hacky way to let you swipe between groups.
  • 598383f removed testClass
  • fe37386 Disable scroll when zoomed + code cleanup
  • 1bb5259 fixes android zoom in and crash when selecting first/last asset
  • d7b415e reenabled Hero animation and Swipe for videos
  • 1d71be7 Should fix double tap zoom issue
  • 938e93e basic album swipe (exif info does not work in albums)
  • 4e4fa8b fixes EXIF on Albums, GalleryViewer should have zero issues
  • e13660b Reenable Swipe between all groups
  • 2f5d67b Now everything should work, this is without using Hive to save sorted assets

📄 Description

Possible memory leak when scroll through too many assets on a device.

When testing please state the device, how many assets you have on the server and how many assets you were able to view before the crash.
Thank you!


🔄 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/482 **Author:** [@TCVinNYC](https://github.com/TCVinNYC) **Created:** 8/17/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-gallery-memory-crash` --- ### 📝 Commits (10+) - [`79849fd`](https://github.com/immich-app/immich/commit/79849fd42debb9b989a41fd33a6f9e77401b3e98) swiping between assets works, current has a hacky way to let you swipe between groups. - [`598383f`](https://github.com/immich-app/immich/commit/598383f1264f9caf0c8dd4ce8c33d660a436be2a) removed testClass - [`fe37386`](https://github.com/immich-app/immich/commit/fe373864dc31eadee329affc52d07d8c4de8841a) Disable scroll when zoomed + code cleanup - [`1bb5259`](https://github.com/immich-app/immich/commit/1bb52596bf7508ed152ee66e311195c4b862d0f5) fixes android zoom in and crash when selecting first/last asset - [`d7b415e`](https://github.com/immich-app/immich/commit/d7b415e9b4cc94700dede3e043e4b4eae11e44d2) reenabled Hero animation and Swipe for videos - [`1d71be7`](https://github.com/immich-app/immich/commit/1d71be746099d481ccd95035bfcd36b826015d99) Should fix double tap zoom issue - [`938e93e`](https://github.com/immich-app/immich/commit/938e93e520acea71146d88b1ffe5a4962a858a76) basic album swipe (exif info does not work in albums) - [`4e4fa8b`](https://github.com/immich-app/immich/commit/4e4fa8bbe6ed4a58e11b23610cf495ea7777ec1b) fixes EXIF on Albums, GalleryViewer should have zero issues - [`e13660b`](https://github.com/immich-app/immich/commit/e13660b02ab8458f7e88e3e8da0d776e7c23af5a) Reenable Swipe between all groups - [`2f5d67b`](https://github.com/immich-app/immich/commit/2f5d67b00ea2f9de6e985d80aa23a675827798a3) Now everything should work, this is without using Hive to save sorted assets ### 📄 Description Possible memory leak when scroll through too many assets on a device. When testing please state the device, how many assets you have on the server and how many assets you were able to view before the crash. Thank you! --- <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 13:50:36 +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#8632