Skip to content

Commit

Permalink
Fix faulty navigation of ComposeScreen on iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
hartlco committed Dec 23, 2021
1 parent 2dc494d commit e5c9ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<key>Icro-Next.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>4</integer>
<integer>5</integer>
</dict>
<key>Icro-Share.xcscheme_^#shared#^_</key>
<dict>
Expand Down
1 change: 1 addition & 0 deletions IcroUIKit/ViewController/ComposeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ struct ComposeView: View {
.navigationBarTitle(NSLocalizedString("COMPOSEVIEWCONTROLLER_TITLE", comment: ""))
.navigationBarTitleDisplayMode(.inline)
}
.navigationViewStyle(.stack)
}

var keyboardInputView: ComposeKeyboardInputView {
Expand Down

0 comments on commit e5c9ac3

Please sign in to comment.