From 4645f5260748f26864a9cbe1096095826f402eac Mon Sep 17 00:00:00 2001 From: "Nalivaiko, Aleksej" Date: Thu, 11 Jul 2024 13:50:54 +0300 Subject: [PATCH] M2-7112: [Mobile App] User is getting "Tap to update the schedule" notification after 30 minutes the activity access notification (to investigate) --- .../notification/lib/services/NotificationScheduler.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entities/notification/lib/services/NotificationScheduler.ts b/src/entities/notification/lib/services/NotificationScheduler.ts index 9abfde66b..4b5b98ad4 100644 --- a/src/entities/notification/lib/services/NotificationScheduler.ts +++ b/src/entities/notification/lib/services/NotificationScheduler.ts @@ -1,4 +1,4 @@ -import notifee, { RepeatFrequency, TriggerType } from '@notifee/react-native'; +import notifee, { TriggerType } from '@notifee/react-native'; import { IS_ANDROID } from '@app/shared/lib'; @@ -60,7 +60,6 @@ function NotificationScheduler() { }, trigger: { type: TriggerType.TIMESTAMP, - repeatFrequency: RepeatFrequency.HOURLY, timestamp: fireDate, }, };