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,
|
||||
title: event.name,
|
||||
text: this.timeUtils.userDate(event.timestart * 1000, 'core.strftimedaydatetime', true),
|
||||
icon: 'file://assets/img/icons/calendar.png',
|
||||
trigger: {
|
||||
at: new Date(time)
|
||||
},
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 514 B |
Loading…
Reference in New Issue