TF-3911 Support mail keyboard shortcut actions in email list view on web
This commit is contained in:
+3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user