Skip to content

Commit

Permalink
Merge pull request #344 from Infomaniak/NewMessage-recipients
Browse files Browse the repository at this point in the history
Edit draft: show Cc and Bcc when fields are not empty
  • Loading branch information
PhilippeWeidmann committed Oct 12, 2022
2 parents b50fb19 + c477f45 commit ccb4d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mail/Views/New Message/NewMessageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ struct NewMessageView: View {
editor.richTextEditor.sheet = sheet
editor.richTextEditor.alert = alert
editor.richTextEditor.isShowingCamera = $isShowingCamera
showCc = !draft.bcc.isEmpty || !draft.cc.isEmpty
}
.onDisappear {
if draftHasChanged {
Expand Down

0 comments on commit ccb4d92

Please sign in to comment.