Merge pull request #1911 from dpalou/MOBILE-3016

MOBILE-3016 calendar: Display calendar icon in notifications
main
Juan Leyva 2019-05-15 18:18:10 +02:00 committed by GitHub
commit 7f643d6560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -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