From be2dac594148dbb6533a8349fc424232d969530d Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 8 Jul 2025 12:01:38 +0500 Subject: [PATCH] mobile: fix duplicate text in notification body on ios --- apps/mobile/app/services/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app/services/notifications.ts b/apps/mobile/app/services/notifications.ts index ef48a9b46..9dd4a464d 100644 --- a/apps/mobile/app/services/notifications.ts +++ b/apps/mobile/app/services/notifications.ts @@ -396,7 +396,7 @@ async function scheduleNotification( payload: payload || "", dateModified: reminder.dateModified + "" }, - subtitle: !description ? undefined : description, + // subtitle: !description ? undefined : description, android: { channelId: await getChannelId(priority), smallIcon: "ic_stat_name",