mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
fix: Prevent rendering empty Continue Watching section
This commit is contained in:
@@ -54,6 +54,7 @@ fun ContinueWatchingSection(
|
||||
onEpisodeSelected: (UUID, UUID, UUID) -> Unit,
|
||||
modifier: Modifier = Modifier
|
||||
) {
|
||||
if (items.isEmpty()) return
|
||||
SectionHeader(
|
||||
title = "Continue Watching",
|
||||
action = null
|
||||
|
||||
Reference in New Issue
Block a user