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 { DropDownSection {
DropDownTextItem( DropDownTextItem(
text = when (playlistGridExpanded) { text = when (playlistGridExpanded) {
true -> "EXPAND" true -> "COLLAPSE"
false -> "COMPACT" false -> "EXPAND"
}, },
onClick = { onClick = {
isSortMenuDisplayed = false isSortMenuDisplayed = false