TF-1857 Display calendar event icon in item list email
(cherry picked from commit 6c938a7971fc7ac443ff2a800a292bdc75912d31)
This commit is contained in:
@@ -194,6 +194,7 @@ class ImagePaths {
|
||||
String get icArrowLeft => _getImagePath('ic_arrow_left.svg');
|
||||
String get icArrowRight => _getImagePath('ic_arrow_right.svg');
|
||||
String get icAddPicture => _getImagePath('ic_add_picture.svg');
|
||||
String get icCalendarEvent => _getImagePath('ic_calendar_event.svg');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
return AssetsPaths.images + imageName;
|
||||
|
||||
Reference in New Issue
Block a user