diff --git a/apps/mobile/app/services/notifications.ts b/apps/mobile/app/services/notifications.ts index ef48a9b46..e018f44e4 100644 --- a/apps/mobile/app/services/notifications.ts +++ b/apps/mobile/app/services/notifications.ts @@ -348,7 +348,7 @@ async function scheduleNotification( title: title, message: description || "", ongoing: true, - subtitle: description || "", + // subtitle: description || "", actions: [strings.unpin()] }); } @@ -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",