We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f4035 commit cde4c91Copy full SHA for cde4c91
Mail/Views/Thread List/ThreadListCellContextMenu.swift
@@ -71,20 +71,12 @@ struct ThreadListCellContextMenu: ViewModifier {
71
)
72
}
73
74
- private var controlGroupActions: [Action] {
75
- if actions.quickActions.isEmpty {
76
- return actions.bottomBarActions
77
- } else {
78
- return actions.quickActions
79
- }
80
81
-
82
func body(content: Content) -> some View {
83
content
84
.contextMenu {
85
ControlGroup {
86
ActionButtonForEach(
87
- actions: controlGroupActions,
+ actions: actions.bottomBarActions,
88
messages: thread.messages.toArray(),
89
thread: thread,
90
origin: origin,
0 commit comments