TF-3685 Add integration test for case change identity in draft email

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-04-23 11:40:59 +07:00
committed by Dat H. Pham
parent 80dff51c77
commit ef1f979c4b
10 changed files with 312 additions and 112 deletions
@@ -114,7 +114,7 @@ class ComposerView extends GetWidget<ComposerController> {
children: [
Obx(() {
if (controller.fromRecipientState.value == PrefixRecipientState.enabled) {
return FromComposerMobileWidget(
return FromComposerMobileWidget(
selectedIdentity: controller.identitySelected.value,
imagePaths: controller.imagePaths,
responsiveUtils: controller.responsiveUtils,
@@ -551,6 +551,7 @@ class ComposerView extends GetWidget<ComposerController> {
PopupMenuItem(
padding: EdgeInsets.zero,
child: PopupItemWidget(
key: const Key('save_as_draft_popup_item'),
iconAction: controller.imagePaths.icSaveToDraft,
nameAction: AppLocalizations.of(context).saveAsDraft,
colorIcon: ComposerStyle.popupItemIconColor,