mirror of
https://github.com/yattee/yattee.git
synced 2025-12-14 12:08:15 +00:00
Fix video context menu channel subscription button (fixes #41)
This commit is contained in:
@@ -57,6 +57,7 @@ struct ChannelPlaylistView: View {
|
||||
}
|
||||
#endif
|
||||
VerticalCells(items: items)
|
||||
.environment(\.inChannelPlaylistView, true)
|
||||
}
|
||||
#if os(iOS)
|
||||
.sheet(isPresented: $presentingShareSheet) {
|
||||
|
||||
Reference in New Issue
Block a user