TF-4075 Show/Hide all attachments inside email view
(cherry picked from commit 2827c6485edd54cac25f8653878b0e9407cd7592)
This commit is contained in:
@@ -453,6 +453,7 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
responsiveUtils: controller.responsiveUtils,
|
||||
attachments: controller.attachments,
|
||||
imagePaths: controller.imagePaths,
|
||||
isDisplayAllAttachments: controller.isDisplayAllAttachments.value,
|
||||
onDragStarted: controller
|
||||
.mailboxDashBoardController.enableAttachmentDraggableApp,
|
||||
onDragEnd: (_) {
|
||||
@@ -467,10 +468,8 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
context,
|
||||
attachment,
|
||||
),
|
||||
onTapShowAllAttachmentFile: () => controller.openAttachmentList(
|
||||
context,
|
||||
controller.attachments,
|
||||
),
|
||||
onTapShowAllAttachmentFile: controller.showAllAttachmentsAction,
|
||||
onTapHideAllAttachments: controller.hideAllAttachmentsAction,
|
||||
showDownloadAllAttachmentsButton:
|
||||
controller.downloadAllButtonIsEnabled(),
|
||||
onTapDownloadAllButton: () =>
|
||||
|
||||
Reference in New Issue
Block a user