mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Drop redundant navigation titles in tvOS Open URL and Remote Control
The sidebar decoration added by TVSidebarDetailContainer already shows the screen title, so the navigation title would duplicate it on tvOS.
This commit is contained in:
@@ -772,7 +772,6 @@ struct UnifiedTabView: View {
|
||||
title: SidebarItem.remoteControl.title
|
||||
) {
|
||||
RemoteControlContentView(navigationStyle: .link)
|
||||
.navigationTitle(String(localized: "remoteControl.title"))
|
||||
}
|
||||
.withNavigationDestinations()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user