mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
fix: do not show next up section header if no content available
This commit is contained in:
@@ -169,6 +169,7 @@ fun NextUpSection(
|
||||
onEpisodeSelected: (UUID, UUID, UUID) -> Unit,
|
||||
modifier: Modifier = Modifier
|
||||
) {
|
||||
if (items.isEmpty()) return
|
||||
SectionHeader(
|
||||
title = "Next Up",
|
||||
action = null
|
||||
|
||||
Reference in New Issue
Block a user