TF-98 [BUG] Change the name in email item in list of Sent to the list of Recipients

This commit is contained in:
dab246
2021-10-04 10:40:11 +07:00
committed by Dat H. Pham
parent 1c512edaa6
commit d8aac0ba69
3 changed files with 11 additions and 1 deletions
@@ -237,6 +237,7 @@ class ThreadView extends GetWidget<ThreadController> {
controller.getSelectMode(listPresentationEmail[index], controller.mailboxDashBoardController.selectedEmail.value),
listPresentationEmail[index],
responsiveUtils,
controller.mailboxDashBoardController.selectedMailbox.value?.role,
controller.currentSelectMode.value)
..onOpenEmailAction((selectedEmail) => controller.previewEmail(context, selectedEmail))
..onSelectEmailAction((selectedEmail) => controller.selectEmail(context, selectedEmail))