Fix cannot auto refresh when back to app

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-18 17:01:59 +07:00
committed by Dat H. Pham
parent 15c8ce2111
commit ca1ba459a1
4 changed files with 10 additions and 10 deletions
@@ -627,7 +627,7 @@ class ThreadController extends BaseController with EmailActionController {
mailboxDashBoardController.currentEmailState == newState) {
return;
}
log('ThreadController::_refreshEmailChanges: websocket enqueue message:');
_webSocketQueueHandler?.enqueue(WebSocketMessage(newState: newState));
}