Polish tvOS Manage Channels view options sheet layout

This commit is contained in:
Arkadiusz Fal
2026-04-17 03:41:31 +02:00
parent f302682a03
commit 7a55f8ac3a

View File

@@ -171,10 +171,16 @@ struct ManageChannelsView: View {
} }
#endif #endif
} }
#if os(tvOS)
.scrollClipDisabled()
.padding(.horizontal, 40)
.padding(.vertical, 24)
#else
.navigationTitle(String(localized: "manageChannels.viewOptions.title")) .navigationTitle(String(localized: "manageChannels.viewOptions.title"))
#if os(iOS) #if os(iOS)
.navigationBarTitleDisplayMode(.inline) .navigationBarTitleDisplayMode(.inline)
#endif #endif
#endif
} }
.presentationDetents([.height(360), .large]) .presentationDetents([.height(360), .large])
.presentationDragIndicator(.visible) .presentationDragIndicator(.visible)