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