TF-2351 Apply scrollbar for email event calendar view
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 7e1207dba5fb801fd31a42ffa161824793ad68c4)
This commit is contained in:
@@ -95,6 +95,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
final emailSupervisorController = Get.find<EmailSupervisorController>();
|
||||
final _downloadManager = Get.find<DownloadManager>();
|
||||
final _attachmentListScrollController = ScrollController();
|
||||
final emailContentScrollController = ScrollController();
|
||||
|
||||
final GetEmailContentInteractor _getEmailContentInteractor;
|
||||
final MarkAsEmailReadInteractor _markAsEmailReadInteractor;
|
||||
@@ -154,6 +155,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
void onClose() {
|
||||
_downloadProgressStateController.close();
|
||||
_attachmentListScrollController.dispose();
|
||||
emailContentScrollController.dispose();
|
||||
super.onClose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user