TF-3911 Support mail keyboard shortcut actions in email list view on web

This commit is contained in:
dab246
2025-07-29 03:25:26 +07:00
committed by Dat H. Pham
parent b2989521d9
commit 226f6520a7
15 changed files with 515 additions and 266 deletions
@@ -3286,6 +3286,9 @@ class MailboxDashBoardController extends ReloadableController
bool get isEmailOpened =>
dashboardRoute.value == DashboardRoutes.threadDetailed;
bool get isEmailListDisplayed =>
dashboardRoute.value == DashboardRoutes.thread;
@override
void onClose() {
if (PlatformInfo.isWeb) {