Hot fix after some reload minimized composer should be lost body

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-03-31 10:01:25 +07:00
committed by Dat H. Pham
parent 89a3743eaf
commit 4e0e92c35b
34 changed files with 1144 additions and 1902 deletions
@@ -39,6 +39,9 @@ class SaveComposerCacheOnWebInteractor {
displayMode: createEmailRequest.displayMode,
composerIndex: createEmailRequest.composerIndex,
composerId: createEmailRequest.composerId,
draftHash: createEmailRequest.savedDraftHash,
actionType: createEmailRequest.savedActionType,
draftEmailId: createEmailRequest.draftsEmailId,
));
return Right(SaveComposerCacheSuccess());
} catch (exception) {