Show the offline playlist regardless the grid expanded state (#162)
This commit is contained in:
parent
2eea488fc9
commit
52af3df1c6
1 changed files with 13 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue