Show the offline playlist regardless the grid expanded state (#162)
This commit is contained in:
@@ -481,7 +481,6 @@ fun HomeScreen() {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playlistGridExpanded) {
|
|
||||||
item(key = "offline") {
|
item(key = "offline") {
|
||||||
BuiltInPlaylistItem(
|
BuiltInPlaylistItem(
|
||||||
icon = R.drawable.airplane,
|
icon = R.drawable.airplane,
|
||||||
@@ -496,7 +495,6 @@ fun HomeScreen() {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
items(
|
items(
|
||||||
items = playlistPreviews,
|
items = playlistPreviews,
|
||||||
|
|||||||
Reference in New Issue
Block a user