TF-437 Handle mailbox/changes in foreground
This commit is contained in:
@@ -139,6 +139,16 @@ class RefreshChangeEmailAction extends DashBoardAction {
|
||||
|
||||
RefreshChangeEmailAction(this.newState);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [newState];
|
||||
}
|
||||
|
||||
class RefreshChangeMailboxAction extends DashBoardAction {
|
||||
|
||||
final jmap.State? newState;
|
||||
|
||||
RefreshChangeMailboxAction(this.newState);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [newState];
|
||||
}
|
||||
Reference in New Issue
Block a user