Skip to content

Commit

Permalink
fix: Fix multiple selection mail view (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann authored Oct 14, 2024
2 parents e74227d + da7c953 commit abcca34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mail/Utils/ShortcutModifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ struct ShortcutModifier: ViewModifier {
guard let unwrapMessages = mainViewState.selectedThread?.messages.toArray() else { return }
messages = unwrapMessages
}
multipleSelectionViewModel.disable()
Task {
try await actionsManager.performAction(
target: messages,
Expand Down

0 comments on commit abcca34

Please sign in to comment.