TF-2907 Fix can not click Mail to attendees button

This commit is contained in:
dab246
2024-07-09 17:27:33 +07:00
committed by Dat H. Pham
parent 14e97e4360
commit 9bdb327c9e
@@ -209,6 +209,10 @@ class CalendarEventInformationWidget extends StatelessWidget {
onCalendarEventReplyActionClick: onCalendarEventReplyActionClick,
calendarEventReplying: calendarEventReplying,
presentationEmail: presentationEmail,
onMailToAttendeesAction: () => onMailtoAttendeesAction?.call(
calendarEvent.organizer,
calendarEvent.participants,
),
),
],
),