TF-2078 Add event options to blue bar

(cherry picked from commit cdd52e6169d0c6b5369e9919b63c6757db2dfde0)
This commit is contained in:
dab246
2023-08-11 09:11:17 +07:00
committed by Dat Vu
parent 5b87045b8a
commit 75f2217fa2
3 changed files with 19 additions and 2 deletions
@@ -297,6 +297,7 @@ class EmailView extends GetWidget<SingleEmailController> with AppLoaderMixin {
children: [
CalendarEventInformationWidget(
calendarEvent: calendarEvent,
eventActions: controller.eventActions,
onOpenComposerAction: controller.openNewComposerAction,
onOpenNewTabAction: controller.openNewTabAction,
),