Support vertical scrolling of all information between app bar and bottom bar in email view

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-07-09 15:26:24 +07:00
committed by Dat H. Pham
parent 3ce7c60cef
commit a4d7fec6e1
4 changed files with 71 additions and 76 deletions
@@ -190,6 +190,8 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
final attendanceStatus = Rxn<AttendanceStatus>();
final htmlContentViewKey = GlobalKey<HtmlContentViewState>();
final ScrollController emailScrollController = ScrollController();
Identity? _identitySelected;
ButtonState? _printEmailButtonState;
final obxListeners = <Worker>[];
@@ -263,6 +265,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
_threadDetailController = null;
_downloadProgressStateController.close();
_attachmentListScrollController.dispose();
emailScrollController.dispose();
super.onClose();
}