From c5fbbee8f68e5c9099710330f9903c4648e14c58 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Fri, 26 Sep 2025 00:22:17 +0530 Subject: [PATCH] chore: update android background worker notification text (#22347) chore: update android bg notification text Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/lib/domain/services/background_worker.service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/domain/services/background_worker.service.dart b/mobile/lib/domain/services/background_worker.service.dart index 942581633f..4e9291a1fc 100644 --- a/mobile/lib/domain/services/background_worker.service.dart +++ b/mobile/lib/domain/services/background_worker.service.dart @@ -116,7 +116,7 @@ class BackgroundWorkerBgService extends BackgroundWorkerFlutterApi { if (Platform.isAndroid) { await _backgroundHostApi.showNotification( IntlKeys.uploading_media.t(), - IntlKeys.backup_background_service_in_progress_notification.t(), + IntlKeys.backup_background_service_default_notification.t(), ); }