TF-1857 Display calendar event icon in item list email
(cherry picked from commit 6c938a7971fc7ac443ff2a800a292bdc75912d31)
This commit is contained in:
@@ -107,6 +107,11 @@ class EmailTileBuilder with BaseEmailItemTile {
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
if (_presentationEmail.hasCalendarEvent)
|
||||
Padding(
|
||||
padding: const EdgeInsetsDirectional.only(end: 8),
|
||||
child: buildCalendarEventIcon(presentationEmail: _presentationEmail),
|
||||
),
|
||||
Expanded(child: buildEmailTitle(
|
||||
_context,
|
||||
_presentationEmail,
|
||||
|
||||
Reference in New Issue
Block a user