TF-2351 Fix missing body when read mail with ics attachment

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 521a10ee9b857b916cc1ce7eec38d4afe8a8020a)
This commit is contained in:
dab246
2023-11-27 14:49:07 +07:00
committed by Dat H. Pham
parent c96c126166
commit af7c0982a7
5 changed files with 114 additions and 0 deletions
@@ -128,6 +128,8 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
PresentationEmail? get currentEmail => mailboxDashBoardController.selectedEmail.value;
EmailLoaded? get currentEmailLoaded => _currentEmailLoaded;
SingleEmailController(
this._getEmailContentInteractor,
this._markAsEmailReadInteractor,