mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set title display mode on inner view to prevent resizing in splitview
This commit is contained in:
parent
e318afbc0a
commit
1e07a63c09
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
await viewModel.loadFilters(dataService: dataService)
|
||||
}
|
||||
.environment(\.editMode, self.$isEditMode)
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
}
|
||||
|
||||
var trailingItems: some ToolbarContent {
|
||||
|
|
|
|||
Loading…
Reference in a new issue