Fix watch face selector drop down order
This commit is contained in:
parent
f57cb71b9b
commit
0692d3f3db
@ -217,7 +217,7 @@ fun WatchFaceSelector(
|
|||||||
expanded = showStyleDropdown,
|
expanded = showStyleDropdown,
|
||||||
onDismissRequest = { showStyleDropdown = false }
|
onDismissRequest = { showStyleDropdown = false }
|
||||||
) {
|
) {
|
||||||
for (style in styles.entries.distinctBy { it.value }) {
|
for (style in styles.entries.distinctBy { it.value }.sortedBy { it.value }) {
|
||||||
DropdownMenuItem(
|
DropdownMenuItem(
|
||||||
onClick = {
|
onClick = {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user