TF-3552 Add expect email view scrollable with long content
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user