-
Notifications
You must be signed in to change notification settings - Fork 86
TF-3715 thread detail collapsed email actions #3725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/thread-detail-part-2-3-4
Are you sure you want to change the base?
TF-3715 thread detail collapsed email actions #3725
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3725. |
emailId, | ||
mailboxDashBoardController.baseDownloadUrl, | ||
TransformConfiguration.forEditDraftsEmail(), | ||
_getEmailContent( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add await
for it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@@ -126,7 +66,10 @@ extension SetupEmailContentExtension on ComposerController { | |||
case EmailActionType.replyAll: | |||
case EmailActionType.forward: | |||
if (arguments.emailContents?.trim().isNotEmpty != true) { | |||
emailContentsViewState.value = Left(GetEmailContentFailure(EmptyEmailContentException())); | |||
_getEmailContent( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Issue
Demo
Screen.Recording.2025-05-16.at.15.41.40.mov