TF-3996 Group context menu actions in email list view
This commit is contained in:
@@ -640,6 +640,7 @@ class ThreadView extends GetWidget<ThreadController>
|
||||
action,
|
||||
AppLocalizations.of(context),
|
||||
controller.imagePaths,
|
||||
category: action.category,
|
||||
))
|
||||
.toList();
|
||||
|
||||
@@ -654,6 +655,7 @@ class ThreadView extends GetWidget<ThreadController>
|
||||
mailboxContain: presentationEmail.mailboxContain,
|
||||
);
|
||||
},
|
||||
useGroupedActions: true,
|
||||
);
|
||||
} else {
|
||||
final popupMenuItems = listEmailActions.map((actionType) {
|
||||
|
||||
Reference in New Issue
Block a user