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(
|
factory TransformConfiguration.forEditDraftsEmail() => TransformConfiguration.create(
|
||||||
customDomTransformers: [
|
customDomTransformers: [
|
||||||
...TransformConfiguration.forDraftsEmail().domTransformers,
|
...TransformConfiguration.forDraftsEmail().domTransformers,
|
||||||
const HideDraftSignatureTransformer()
|
if (PlatformInfo.isWeb)
|
||||||
|
const HideDraftSignatureTransformer()
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -9,8 +9,8 @@ extension SetupSelectedIdentityExtension on ComposerController {
|
|||||||
|
|
||||||
Future<void> setupSelectedIdentity() async {
|
Future<void> setupSelectedIdentity() async {
|
||||||
if (identitySelected.value != null) {
|
if (identitySelected.value != null) {
|
||||||
if (PlatformInfo.isMobile && currentEmailActionType == EmailActionType.editDraft) {
|
if (PlatformInfo.isMobile &&
|
||||||
await selectIdentity(identitySelected.value);
|
currentEmailActionType == EmailActionType.editDraft) {
|
||||||
onCompleteSetupComposer();
|
onCompleteSetupComposer();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user