Show the offline playlist regardless the grid expanded state (#162)

This commit is contained in:
vfsfitvnm 2022-08-03 21:29:00 +02:00
parent 2eea488fc9
commit 52af3df1c6

View file

@ -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,