TF-3759 Update style popup context menu for email more action on email view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -640,9 +640,7 @@ class ThreadView extends GetWidget<ThreadController>
|
||||
if (!isDrafts && !isTemplates) EmailActionType.editAsNewEmail,
|
||||
];
|
||||
|
||||
if (listEmailActions.isEmpty) return;
|
||||
|
||||
if (controller.responsiveUtils.isScreenWithShortestSide(context)) {
|
||||
if (position == null) {
|
||||
final contextMenuActions = listEmailActions
|
||||
.map((action) => ContextItemEmailAction(
|
||||
action,
|
||||
|
||||
Reference in New Issue
Block a user