TF-4075 Jump to attachments list position on web responsive mobile
This commit is contained in:
@@ -450,6 +450,9 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
return Obx(() {
|
||||
if (controller.attachments.isNotEmpty) {
|
||||
return EmailAttachmentsWidget(
|
||||
key: PlatformInfo.isWeb && controller.responsiveUtils.isMobile(context)
|
||||
? controller.attachmentListKey
|
||||
: null,
|
||||
responsiveUtils: controller.responsiveUtils,
|
||||
attachments: controller.attachments,
|
||||
imagePaths: controller.imagePaths,
|
||||
|
||||
Reference in New Issue
Block a user