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") {
|
||||
BuiltInPlaylistItem(
|
||||
icon = R.drawable.airplane,
|
||||
@@ -496,7 +495,6 @@ fun HomeScreen() {
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
items(
|
||||
items = playlistPreviews,
|
||||
|
||||
Reference in New Issue
Block a user