From 1e07a63c092949851cd6f7c1a0d2fe6cab19ca76 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 14 Dec 2023 09:39:07 +0800 Subject: [PATCH] Set title display mode on inner view to prevent resizing in splitview --- apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index d978cb403..fcb403eec 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -188,6 +188,7 @@ struct AnimatingCellHeight: AnimatableModifier { await viewModel.loadFilters(dataService: dataService) } .environment(\.editMode, self.$isEditMode) + .navigationBarTitleDisplayMode(.inline) } var trailingItems: some ToolbarContent {