Compare commits

...

1 Commits

Author SHA1 Message Date
Ammar Ahmed
be2dac5941 mobile: fix duplicate text in notification body on ios 2025-07-08 12:01:38 +05:00

View File

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