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
@@ -31,13 +31,13 @@ class GetEmailContentFromCacheSuccess extends UIState {
final String htmlEmailContent;
final List<Attachment>? attachments;
final List<Attachment>? inlineImages;
final Email? emailCurrent;
final Email emailCurrent;
GetEmailContentFromCacheSuccess({
required this.htmlEmailContent,
required this.emailCurrent,
this.attachments,
this.inlineImages,
this.emailCurrent
});
@override