TF-2078 Display calendar event action

(cherry picked from commit 9949b4decc0628487e96f1e9a3c19f3ca94e4c50)
This commit is contained in:
dab246
2023-08-10 18:14:45 +07:00
committed by Dat Vu
parent c598f47948
commit 9529c6c590
5 changed files with 53 additions and 21 deletions
@@ -308,6 +308,7 @@ class EmailView extends GetWidget<SingleEmailController> with AppLoaderMixin {
),
CalendarEventDetailWidget(
calendarEvent: calendarEvent,
eventActions: controller.eventActions,
onOpenComposerAction: controller.openNewComposerAction,
onOpenNewTabAction: controller.openNewTabAction,
),