Fix #168
This commit is contained in:
@@ -442,8 +442,8 @@ fun HomeScreen() {
|
|||||||
DropDownSection {
|
DropDownSection {
|
||||||
DropDownTextItem(
|
DropDownTextItem(
|
||||||
text = when (playlistGridExpanded) {
|
text = when (playlistGridExpanded) {
|
||||||
true -> "EXPAND"
|
true -> "COLLAPSE"
|
||||||
false -> "COMPACT"
|
false -> "EXPAND"
|
||||||
},
|
},
|
||||||
onClick = {
|
onClick = {
|
||||||
isSortMenuDisplayed = false
|
isSortMenuDisplayed = false
|
||||||
|
|||||||
Reference in New Issue
Block a user