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