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()
}
stickyHeader("songs") {
if (songs.isEmpty()) return@stickyHeader
item("songs") {
if (songs.isEmpty()) return@item
Row(
verticalAlignment = Alignment.CenterVertically,

View file

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