Merge pull request #1911 from dpalou/MOBILE-3016
MOBILE-3016 calendar: Display calendar icon in notificationsmain
commit
7f643d6560
|
@ -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)
|
||||||
},
|
},
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 514 B |
Loading…
Reference in New Issue