MOBILE-3016 calendar: Display calendar icon in notifications
This commit is contained in:
parent
6952bebdb0
commit
1f776ccbc2
@ -646,6 +646,7 @@ export class AddonCalendarProvider {
|
|||||||
id: reminderId,
|
id: reminderId,
|
||||||
title: event.name,
|
title: event.name,
|
||||||
text: this.timeUtils.userDate(event.timestart * 1000, 'core.strftimedaydatetime', true),
|
text: this.timeUtils.userDate(event.timestart * 1000, 'core.strftimedaydatetime', true),
|
||||||
|
icon: 'file://assets/img/icons/calendar.png',
|
||||||
trigger: {
|
trigger: {
|
||||||
at: new Date(time)
|
at: new Date(time)
|
||||||
},
|
},
|
||||||
|
BIN
src/assets/img/icons/calendar.png
Normal file
BIN
src/assets/img/icons/calendar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 514 B |
Loading…
x
Reference in New Issue
Block a user