mobile: fix duplicate text in notification body on ios

This commit is contained in:
Ammar Ahmed
2025-07-08 12:01:38 +05:00
parent 3ca0089ee8
commit be2dac5941

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