File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
lib/features/email/presentation Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -367,9 +367,7 @@ class EmailView extends GetWidget<SingleEmailController> {
367
367
horizontal: EmailViewStyles .mobileContentHorizontalMargin,
368
368
),
369
369
child: HtmlContentViewer (
370
- key: PlatformInfo .isIntegrationTesting
371
- ? controller.htmlContentViewKey
372
- : null ,
370
+ key: controller.htmlContentViewKey,
373
371
contentHtml: allEmailContents,
374
372
initialWidth: bodyConstraints.maxWidth,
375
373
direction: AppUtils .getCurrentDirection (context),
@@ -409,9 +407,7 @@ class EmailView extends GetWidget<SingleEmailController> {
409
407
horizontal: EmailViewStyles .mobileContentHorizontalMargin
410
408
),
411
409
child: HtmlContentViewer (
412
- key: PlatformInfo .isIntegrationTesting
413
- ? controller.htmlContentViewKey
414
- : null ,
410
+ key: controller.htmlContentViewKey,
415
411
contentHtml: allEmailContents,
416
412
initialWidth: bodyConstraints.maxWidth,
417
413
direction: AppUtils .getCurrentDirection (context),
You can’t perform that action at this time.
0 commit comments