[PR #1813] [MERGED] chore(mobile): Improve reliability of asset loading and indexing #9224

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1813
Author: @alextran1502
Created: 2/21/2023
Status: Merged
Merged: 2/21/2023
Merged by: @alextran1502

Base: mainHead: chore/mobile-house-cleaning


📝 Commits (4)

  • d00bb62 chore(mobile): Improve reliability of asset loading and indexing
  • b04df3c chore: add comments
  • bfe9893 chore: remove log
  • ca634fb fix: put back box open sequence

📊 Changes

4 files changed (+25 additions, -11 deletions)

View changed files

📝 mobile/lib/modules/backup/providers/backup.provider.dart (+16 -10)
📝 mobile/lib/modules/home/views/home_page.dart (+1 -1)
📝 mobile/lib/routing/auth_guard.dart (+2 -0)
📝 mobile/lib/shared/services/asset.service.dart (+6 -0)

📄 Description

  • Resolved issue with remote assets cannot be loaded occasionally.
  • Resolved issue with the error message [_updateAlbumBackupTime] failed to find album in state get logged when there is no excludedAlbum selected
  • Add additional comments on previous fixes
  • Resolved issue with the album selection page does not update state after finishing scanning for albums

🔄 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/1813 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 2/21/2023 **Status:** ✅ Merged **Merged:** 2/21/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/mobile-house-cleaning` --- ### 📝 Commits (4) - [`d00bb62`](https://github.com/immich-app/immich/commit/d00bb6261f762ca2260ae83924c6cafa3db28ac1) chore(mobile): Improve reliability of asset loading and indexing - [`b04df3c`](https://github.com/immich-app/immich/commit/b04df3c9ab1d47fea10c4f06845423faeaace884) chore: add comments - [`bfe9893`](https://github.com/immich-app/immich/commit/bfe9893d0cbfc0c877ae39e64b04ad28176c3b3f) chore: remove log - [`ca634fb`](https://github.com/immich-app/immich/commit/ca634fb9fc0f3cc4a9e7d3a5ee12d25316b2eaef) fix: put back box open sequence ### 📊 Changes **4 files changed** (+25 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/backup/providers/backup.provider.dart` (+16 -10) 📝 `mobile/lib/modules/home/views/home_page.dart` (+1 -1) 📝 `mobile/lib/routing/auth_guard.dart` (+2 -0) 📝 `mobile/lib/shared/services/asset.service.dart` (+6 -0) </details> ### 📄 Description * Resolved issue with remote assets cannot be loaded occasionally. * Resolved issue with the error message `[_updateAlbumBackupTime] failed to find album in state` get logged when there is no excludedAlbum selected * Add additional comments on previous fixes * Resolved issue with the album selection page does not update state after finishing scanning for albums --- <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:00:48 +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#9224