[PR #907] [MERGED] fix(mobile,Android): throttle detail progress notifications & wait on foregroundInfo #8817

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/907
Author: @fyfrey
Created: 10/31/2022
Status: Merged
Merged: 11/1/2022
Merged by: @alextran1502

Base: mainHead: dev/background-notification-throttle


📝 Commits (1)

  • 9504dd9 fix(mobile,Android): throttle detail progress notifications & wait on foregroundInfo

📊 Changes

2 files changed (+60 additions, -18 deletions)

View changed files

📝 mobile/android/app/src/main/kotlin/com/example/mobile/BackupWorker.kt (+16 -2)
📝 mobile/lib/modules/backup/background_service/background.service.dart (+44 -16)

📄 Description

try to fix issue #891

In any case, this change

  • improves the consistency of the background backup progress notifications and
  • solves an edge case where the "backup in progress" notification is not removed after the task has finished or was interrupted

🔄 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/907 **Author:** [@fyfrey](https://github.com/fyfrey) **Created:** 10/31/2022 **Status:** ✅ Merged **Merged:** 11/1/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/background-notification-throttle` --- ### 📝 Commits (1) - [`9504dd9`](https://github.com/immich-app/immich/commit/9504dd95bb687abbbe04b4941ba36e8477081de7) fix(mobile,Android): throttle detail progress notifications & wait on foregroundInfo ### 📊 Changes **2 files changed** (+60 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `mobile/android/app/src/main/kotlin/com/example/mobile/BackupWorker.kt` (+16 -2) 📝 `mobile/lib/modules/backup/background_service/background.service.dart` (+44 -16) </details> ### 📄 Description try to fix issue #891 In any case, this change - improves the consistency of the background backup progress notifications and - solves an edge case where the "backup in progress" notification is not removed after the task has finished or was interrupted --- <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:53:43 +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#8817