TF-438 Handle trigger on resume app to refresh ui

This commit is contained in:
dab246
2022-11-24 14:36:33 +07:00
committed by Dat H. Pham
parent d42756b4ea
commit a0628326dd
4 changed files with 129 additions and 61 deletions
@@ -133,11 +133,11 @@ class SearchEmailByQueryAction extends DashBoardAction {
List<Object?> get props => [navigationRouter];
}
class RefreshChangedEmailAction extends DashBoardAction {
class RefreshChangeEmailAction extends DashBoardAction {
final jmap.State? newState;
RefreshChangedEmailAction(this.newState);
RefreshChangeEmailAction(this.newState);
@override
List<Object?> get props => [newState];