TF-3996 Group context menu actions when opened email
This commit is contained in:
@@ -145,6 +145,7 @@ extension OnThreadDetailActionClick on ThreadDetailController {
|
||||
action,
|
||||
AppLocalizations.of(currentContext!),
|
||||
imagePaths,
|
||||
category: action.category,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
@@ -152,6 +153,7 @@ extension OnThreadDetailActionClick on ThreadDetailController {
|
||||
popBack();
|
||||
onThreadDetailActionClick(action.action);
|
||||
},
|
||||
useGroupedActions: true,
|
||||
);
|
||||
} else {
|
||||
mailboxDashBoardController.openPopupMenu(
|
||||
|
||||
Reference in New Issue
Block a user