TF-3334 Use queue to handle multiple refresh changes mailbox from incoming websocket
This commit is contained in:
@@ -286,6 +286,7 @@ void main() {
|
||||
when(mockMailboxDashBoardController.emailUIAction).thenReturn(Rxn(null));
|
||||
when(mockMailboxDashBoardController.viewState).thenReturn(Rx(Right(UIState.idle)));
|
||||
when(mockMailboxDashBoardController.filterMessageOption).thenReturn(Rx(FilterMessageOption.all));
|
||||
when(mockMailboxDashBoardController.currentEmailState).thenReturn(State('old-state'));
|
||||
when(mockSearchController.searchState).thenReturn(Rx(SearchState.initial()));
|
||||
when(mockSearchController.isAdvancedSearchViewOpen).thenReturn(RxBool(false));
|
||||
when(mockSearchController.isSearchEmailRunning).thenReturn(true);
|
||||
|
||||
Reference in New Issue
Block a user