TF-933 Update new position EmptyTrashNow button in mailbox trash on Web Desktop

This commit is contained in:
dab246
2022-09-15 22:20:58 +07:00
committed by Dat H. Pham
parent e23f4b7756
commit 376b28cad1
5 changed files with 77 additions and 1 deletions
@@ -84,6 +84,16 @@ class StartSearchEmailAction extends DashBoardAction {
StartSearchEmailAction();
@override
List<Object?> get props => [];
}
class EmptyTrashAction extends DashBoardAction {
final BuildContext context;
EmptyTrashAction(this.context);
@override
List<Object?> get props => [];
}