TF-2187 Handle click system back button to back to Inbox
(cherry picked from commit 95dfd0eea6b64b8437b0ee35b489bd2660da8a71)
This commit is contained in:
+2
-2
@@ -1927,11 +1927,11 @@ class MailboxDashBoardController extends ReloadableController {
|
||||
listSendingEmails.value = success.sendingEmails;
|
||||
|
||||
if (listSendingEmails.isEmpty && dashboardRoute.value == DashboardRoutes.sendingQueue) {
|
||||
_openDefaultMailbox();
|
||||
openDefaultMailbox();
|
||||
}
|
||||
}
|
||||
|
||||
void _openDefaultMailbox() {
|
||||
void openDefaultMailbox() {
|
||||
dispatchRoute(DashboardRoutes.thread);
|
||||
dispatchMailboxUIAction(SelectMailboxDefaultAction());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user