Fix playlist rows in ChannelView not tappable in empty space

This commit is contained in:
Arkadiusz Fal
2026-02-12 05:04:40 +01:00
parent ded130a8c3
commit cd2e0a6e81
2 changed files with 3 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ struct ChannelPlaylistRow: View {
Spacer()
}
.contentShape(Rectangle())
}
.zoomTransitionSource(id: playlist.id)
.buttonStyle(.plain)