Skip to content

Commit

Permalink
fix: Bug when selecting mail
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw authored and valentinperignon committed Mar 7, 2024
1 parent 9c021a0 commit 250e40d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ struct CurrentComposeMailboxView: View {
.mailboxCellStyle(.account)
.onAppear(perform: viewModel.initDefaultAccountAndMailbox)
.backButtonDisplayMode(.minimal)
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .navigationBarLeading) {
if !platformDetector.isMac {
Expand Down

0 comments on commit 250e40d

Please sign in to comment.