TF-3819 Fix IOS modified signature is not kept in Draft folder
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+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