TF-3601 View entire message on dialog
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -482,7 +482,12 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
bottom: 24,
|
||||
),
|
||||
backgroundColor: Colors.transparent,
|
||||
onTapActionCallback: () {},
|
||||
onTapActionCallback: () =>
|
||||
controller.onViewEntireMessage(
|
||||
context: context,
|
||||
emailContent: allEmailContents,
|
||||
presentationEmail: presentationEmail,
|
||||
),
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user