[PR #11917] [CLOSED] fix(mobile): consider manual upload when darkening screen #13416

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/11917
Author: @Saschl
Created: 8/19/2024
Status: Closed

Base: mainHead: chore/backup-wakelock


📝 Commits (10+)

  • deb6d49 fix: consider manual upload when darkening screen
  • b56223c Merge branch 'main' into chore/backup-wakelock
  • 1a86d84 Merge branch 'main' into chore/backup-wakelock
  • e69eab1 Merge branch 'main' into chore/backup-wakelock
  • d2ebcd6 Merge branch 'main' into chore/backup-wakelock
  • 0887ff3 Merge branch 'main' into chore/backup-wakelock
  • 2ff86e5 Merge branch 'main' into chore/backup-wakelock
  • cabc5ed Merge branch 'main' into chore/backup-wakelock
  • 1b4990f Merge branch 'main' into chore/backup-wakelock
  • cef617d Merge branch 'main' into chore/backup-wakelock

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 mobile/lib/pages/backup/backup_controller.page.dart (+4 -2)

📄 Description

Changes:

I noticed the manual upload was not considered in the current logic. Added a simple check to also apply the mechanism to the manual uploads/backups (hopefully the last change for this functionality :D )


🔄 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/11917 **Author:** [@Saschl](https://github.com/Saschl) **Created:** 8/19/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/backup-wakelock` --- ### 📝 Commits (10+) - [`deb6d49`](https://github.com/immich-app/immich/commit/deb6d491844f4912fbd09badcceec7551e9b805d) fix: consider manual upload when darkening screen - [`b56223c`](https://github.com/immich-app/immich/commit/b56223cde3a23b90f37c82c154c942a1723efe43) Merge branch 'main' into chore/backup-wakelock - [`1a86d84`](https://github.com/immich-app/immich/commit/1a86d847cc4be886658f33b1ef823a5c6bd79a91) Merge branch 'main' into chore/backup-wakelock - [`e69eab1`](https://github.com/immich-app/immich/commit/e69eab18b28850b0925d6237fa5b499b8f4d8b82) Merge branch 'main' into chore/backup-wakelock - [`d2ebcd6`](https://github.com/immich-app/immich/commit/d2ebcd62481c2f0e8db59791faff3d05e29fe282) Merge branch 'main' into chore/backup-wakelock - [`0887ff3`](https://github.com/immich-app/immich/commit/0887ff3c2b6303a61f749e1877a98d58a562edbe) Merge branch 'main' into chore/backup-wakelock - [`2ff86e5`](https://github.com/immich-app/immich/commit/2ff86e548fbfccc653419064b6688a0fe62c3b32) Merge branch 'main' into chore/backup-wakelock - [`cabc5ed`](https://github.com/immich-app/immich/commit/cabc5edd6a34b2ecdcc989367c88370a4730ea59) Merge branch 'main' into chore/backup-wakelock - [`1b4990f`](https://github.com/immich-app/immich/commit/1b4990f98a00ea2eebde2ce6a41a3f8bd7945e13) Merge branch 'main' into chore/backup-wakelock - [`cef617d`](https://github.com/immich-app/immich/commit/cef617d18d745b1cebe46774125eeb4e6c574dec) Merge branch 'main' into chore/backup-wakelock ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/pages/backup/backup_controller.page.dart` (+4 -2) </details> ### 📄 Description Changes: I noticed the manual upload was not considered in the current logic. Added a simple check to also apply the mechanism to the manual uploads/backups (hopefully the last change for this functionality :D ) --- <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 15:14:21 +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#13416