TF-933 Update new position EmptyTrashNow button in mailbox trash on Web Desktop
This commit is contained in:
@@ -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 => [];
|
||||
}
|
||||
Reference in New Issue
Block a user