This commit is contained in:
vfsfitvnm
2022-07-19 14:34:55 +02:00
parent e69ca080e5
commit a47e2daf6c
2 changed files with 3 additions and 3 deletions

View File

@@ -212,8 +212,8 @@ fun ArtistScreen(
} ?: LoadingOrError() } ?: LoadingOrError()
} }
stickyHeader("songs") { item("songs") {
if (songs.isEmpty()) return@stickyHeader if (songs.isEmpty()) return@item
Row( Row(
verticalAlignment = Alignment.CenterVertically, verticalAlignment = Alignment.CenterVertically,

View File

@@ -405,7 +405,7 @@ fun HomeScreen() {
} }
} }
stickyHeader("songs") { item("songs") {
Row( Row(
verticalAlignment = Alignment.CenterVertically, verticalAlignment = Alignment.CenterVertically,
modifier = Modifier modifier = Modifier