TF-3035 Show and hide signature toggle button on draft

This commit is contained in:
DatDang
2024-09-06 15:10:03 +07:00
committed by Dat H. Pham
parent 82a49c5923
commit 7faa9c791c
6 changed files with 30 additions and 4 deletions
@@ -61,9 +61,7 @@ class ComposerRepositoryImpl extends ComposerRepository {
emailAttachments.addAll(tupleContentInlineAttachments.value2);
}
if (createEmailRequest.draftsMailboxId == null) {
emailContent = await _removeCollapsedExpandedSignatureEffect(emailContent: emailContent);
}
emailContent = await _removeCollapsedExpandedSignatureEffect(emailContent: emailContent);
final userAgent = await _applicationManager.generateApplicationUserAgent();
final emailBodyPartId = PartId(_uuid.v1());