Revert 3c7d3da
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -405,7 +405,7 @@ fun HomeScreen() {
|
||||
}
|
||||
}
|
||||
|
||||
stickyHeader("songs") {
|
||||
item("songs") {
|
||||
Row(
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
modifier = Modifier
|
||||
|
||||
Reference in New Issue
Block a user