This commit is contained in:
Garth Vander Houwen 2025-06-18 17:55:41 -07:00
parent 63bc7a5805
commit da6447aae5

View file

@ -173,7 +173,8 @@ struct ChannelList: View {
}
.sheet(isPresented: $showingHelp) {
ChannelsHelp()
.presentationDetents([.medium])
.presentationDetents([.medium, .large])
.presentationDragIndicator(.visible)
}
.safeAreaInset(edge: .bottom, alignment: .leading) {
HStack {