TF-389 Fix can not see the attachment in EmailView
This commit is contained in:
@@ -384,7 +384,7 @@ class EmailView extends GetView with UserSettingPopupMenuMixin {
|
||||
if (success is LoadingState) {
|
||||
return AttachmentsPlaceHolderLoading(responsiveUtils: responsiveUtils);
|
||||
} else {
|
||||
final attachments = emailController.attachments.attachmentsWithDispositionAttachment;
|
||||
final attachments = emailController.attachments.listAttachmentsDisplayedOutSide;
|
||||
return attachments.isNotEmpty
|
||||
? _buildAttachmentsBody(context, attachments)
|
||||
: SizedBox.shrink();
|
||||
|
||||
Reference in New Issue
Block a user