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:
Arkadiusz Fal
2026-04-16 06:59:46 +02:00
parent a6cfccf5ed
commit 68ab994798
2 changed files with 2 additions and 1 deletions

View File

@@ -772,7 +772,6 @@ struct UnifiedTabView: View {
title: SidebarItem.remoteControl.title
) {
RemoteControlContentView(navigationStyle: .link)
.navigationTitle(String(localized: "remoteControl.title"))
}
.withNavigationDestinations()
}