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",