From 0a1ec2646950d8e88e22e7b2c5c642458d98c882 Mon Sep 17 00:00:00 2001 From: Michal Date: Thu, 10 Oct 2024 10:31:15 +0100 Subject: [PATCH] Update id --- .../transaction-received-notification.ts | 2 +- .../messages/src/AppNavigator.json | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apps/wallet-mobile/src/features/Notifications/useCases/common/transaction-received-notification.ts b/apps/wallet-mobile/src/features/Notifications/useCases/common/transaction-received-notification.ts index a705f640a0..9cca218051 100644 --- a/apps/wallet-mobile/src/features/Notifications/useCases/common/transaction-received-notification.ts +++ b/apps/wallet-mobile/src/features/Notifications/useCases/common/transaction-received-notification.ts @@ -13,7 +13,7 @@ import {WalletManager, walletManager} from '../../../WalletManager/wallet-manage import {notificationManager} from './notification-manager' import {generateNotificationId} from './notifications' -const BACKGROUND_FETCH_TASK = 'yoroi-notifications-background-fetch' +const BACKGROUND_FETCH_TASK = 'yoroi-transaction-received-notifications-background-fetch' // Check is needed for hot reloading, as task can not be defined twice if (!TaskManager.isTaskDefined(BACKGROUND_FETCH_TASK)) { diff --git a/apps/wallet-mobile/translations/messages/src/AppNavigator.json b/apps/wallet-mobile/translations/messages/src/AppNavigator.json index 6e8d9c302b..784fdff88f 100644 --- a/apps/wallet-mobile/translations/messages/src/AppNavigator.json +++ b/apps/wallet-mobile/translations/messages/src/AppNavigator.json @@ -4,14 +4,14 @@ "defaultMessage": "!!!Enter PIN", "file": "src/AppNavigator.tsx", "start": { - "line": 235, + "line": 236, "column": 17, - "index": 8675 + "index": 8759 }, "end": { - "line": 238, + "line": 239, "column": 3, - "index": 8765 + "index": 8849 } }, { @@ -19,14 +19,14 @@ "defaultMessage": "!!!Set PIN", "file": "src/AppNavigator.tsx", "start": { - "line": 239, + "line": 240, "column": 18, - "index": 8785 + "index": 8869 }, "end": { - "line": 242, + "line": 243, "column": 3, - "index": 8883 + "index": 8967 } }, { @@ -34,14 +34,14 @@ "defaultMessage": "!!!Auth with OS changes", "file": "src/AppNavigator.tsx", "start": { - "line": 243, + "line": 244, "column": 25, - "index": 8910 + "index": 8994 }, "end": { - "line": 246, + "line": 247, "column": 3, - "index": 9024 + "index": 9108 } }, { @@ -49,14 +49,14 @@ "defaultMessage": "!!!Auth with OS changed detected", "file": "src/AppNavigator.tsx", "start": { - "line": 247, + "line": 248, "column": 27, - "index": 9053 + "index": 9137 }, "end": { - "line": 250, + "line": 251, "column": 3, - "index": 9174 + "index": 9258 } } ] \ No newline at end of file