TF-3449 Update Mark as Important state when edit as new email

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-02-20 08:35:58 +07:00
committed by Dat H. Pham
parent 94b6814ab1
commit b6c160f57e
9 changed files with 18 additions and 17 deletions
@@ -105,9 +105,9 @@ class ComposerArguments extends RouterArguments {
presentationEmail: presentationEmail,
);
factory ComposerArguments.fromPresentationEmail(PresentationEmail presentationEmail) =>
factory ComposerArguments.editAsNewEmail(PresentationEmail presentationEmail) =>
ComposerArguments(
emailActionType: EmailActionType.composeFromPresentationEmail,
emailActionType: EmailActionType.editAsNewEmail,
presentationEmail: presentationEmail,
);