TF-3334 Auto resynchronisation mailbox search view when receives websocket notification

This commit is contained in:
dab246
2024-12-18 14:01:10 +07:00
committed by Dat H. Pham
parent 971b81188d
commit 75231636e2
2 changed files with 79 additions and 88 deletions
@@ -239,7 +239,6 @@ class MailboxController extends BaseMailboxController with MailboxActionHandlerM
mailboxDashBoardController.clearMailboxUIAction();
} else if (action is RefreshChangeMailboxAction) {
_refreshMailboxChanges(newState: action.newState);
mailboxDashBoardController.clearMailboxUIAction();
} else if (action is OpenMailboxAction) {
if (currentContext != null) {
_handleOpenMailbox(currentContext!, action.presentationMailbox);