Skip to content

Commit

Permalink
Edit draft: show Cc and Bcc when fields are not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed Oct 10, 2022
1 parent 08edccd commit c477f45
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 c477f45

Please sign in to comment.