1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-07 22:18:30 -04:00

fix(notifications): handle sound-name hint

(cherry picked from commit 0439d017b9)
This commit is contained in:
bbedward
2026-07-09 12:00:15 -04:00
committed by purian23
parent bdfd565b72
commit 6d08b91004
3 changed files with 59 additions and 5 deletions
@@ -380,6 +380,7 @@ Item {
"description": e.description || "",
"location": e.location || "",
"url": e.url || "",
"meetingUrl": e.meetingUrl || "",
"start": allDay ? _dayBoundary(e.start) : new Date(e.start),
"end": allDay ? _dayBoundary(e.end) : new Date(e.end),
"allDay": allDay,