TF-3819 Fix IOS modified signature is not kept in Draft folder
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -54,7 +54,8 @@ class TransformConfiguration {
|
||||
factory TransformConfiguration.forEditDraftsEmail() => TransformConfiguration.create(
|
||||
customDomTransformers: [
|
||||
...TransformConfiguration.forDraftsEmail().domTransformers,
|
||||
const HideDraftSignatureTransformer()
|
||||
if (PlatformInfo.isWeb)
|
||||
const HideDraftSignatureTransformer()
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
+2
-2
@@ -9,8 +9,8 @@ extension SetupSelectedIdentityExtension on ComposerController {
|
||||
|
||||
Future<void> setupSelectedIdentity() async {
|
||||
if (identitySelected.value != null) {
|
||||
if (PlatformInfo.isMobile && currentEmailActionType == EmailActionType.editDraft) {
|
||||
await selectIdentity(identitySelected.value);
|
||||
if (PlatformInfo.isMobile &&
|
||||
currentEmailActionType == EmailActionType.editDraft) {
|
||||
onCompleteSetupComposer();
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user