TF-3911 Support mail keyboard shortcut actions in email searched list view on web desktop
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import 'package:tmail_ui_user/features/thread/presentation/model/mail_list_shortcut_action_view_event.dart';
|
||||
|
||||
class MailSearchedListShortcutActionViewEvent
|
||||
extends MailListShortcutActionViewEvent {
|
||||
MailSearchedListShortcutActionViewEvent(
|
||||
super.actionType,
|
||||
super.listPresentationEmail,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user