TF-3035 Show and hide signature toggle button on draft
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user