This commit is contained in:
vfsfitvnm 2022-08-03 21:13:58 +02:00
parent 61c8552ad0
commit 0824a4ecfa

View file

@ -442,8 +442,8 @@ fun HomeScreen() {
DropDownSection {
DropDownTextItem(
text = when (playlistGridExpanded) {
true -> "EXPAND"
false -> "COMPACT"
true -> "COLLAPSE"
false -> "EXPAND"
},
onClick = {
isSortMenuDisplayed = false