TF-2313 Apply scrollbar for email list view

Signed-off-by: dab246 <tdvu@linagora.com>

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit b9e745f9022758d342cd3eb42e3cf4b6712e58ea)
This commit is contained in:
dab246
2023-11-22 17:33:39 +07:00
committed by Dat H. Pham
parent b5e9bdb8d0
commit df2b0dc8a2
2 changed files with 36 additions and 20 deletions
@@ -635,7 +635,11 @@ class ThreadController extends BaseController with EmailActionController {
latestEmailSelectedOrUnselected.value = emailsInCurrentMailbox
.firstWhereOrNull((e) => e.id == presentationEmailSelected.id);
focusNodeKeyBoard.requestFocus();
if (!PlatformInfo.isMobile) {
focusNodeKeyBoard.requestFocus();
}
if (_isUnSelectedAll()) {
mailboxDashBoardController.currentSelectMode.value = SelectMode.INACTIVE;
mailboxDashBoardController.listEmailSelected.clear();