Hot fix after some reload minimized composer should be lost body
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user