mirror of
https://github.com/yattee/yattee.git
synced 2025-10-17 12:58:13 +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