TF-3449 Update Mark as Important state when edit as new email
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user