Fix #168
This commit is contained in:
parent
61c8552ad0
commit
0824a4ecfa
1 changed files with 2 additions and 2 deletions
|
@ -442,8 +442,8 @@ fun HomeScreen() {
|
|||
DropDownSection {
|
||||
DropDownTextItem(
|
||||
text = when (playlistGridExpanded) {
|
||||
true -> "EXPAND"
|
||||
false -> "COMPACT"
|
||||
true -> "COLLAPSE"
|
||||
false -> "EXPAND"
|
||||
},
|
||||
onClick = {
|
||||
isSortMenuDisplayed = false
|
||||
|
|
Loading…
Reference in a new issue