TF-3911 Support mail keyboard shortcut actions in email detailed view on web
This commit is contained in:
@@ -105,4 +105,14 @@ class OpenAttachmentListAction extends EmailUIAction {
|
||||
isDisplayAllAttachments,
|
||||
screenHeight,
|
||||
];
|
||||
}
|
||||
|
||||
class TriggerMailViewKeyboardShortcutAction extends EmailUIAction {
|
||||
TriggerMailViewKeyboardShortcutAction(this.actionType, this.email);
|
||||
|
||||
final EmailActionType actionType;
|
||||
final PresentationEmail email;
|
||||
|
||||
@override
|
||||
List<Object?> get props => [actionType, email];
|
||||
}
|
||||
Reference in New Issue
Block a user