TF-3552 Add expect email view scrollable with long content

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-17 13:59:06 +07:00
committed by Dat H. Pham
parent 200134f6fe
commit b94d1900ae
3 changed files with 41 additions and 7 deletions
@@ -427,6 +427,12 @@ class EmailView extends GetWidget<SingleEmailController> {
return const SizedBox.shrink();
}
}),
if (PlatformInfo.isIntegrationTesting)
const Divider(
key: Key('integration_testing_email_detailed_divider'),
height: 5,
color: Colors.transparent,
),
Obx(() {
if (controller.attachments.isNotEmpty) {
return EmailAttachmentsWidget(