sforkowany z mirror/meshtastic-android
fix: reverse DropDownPreference trailing icon orientation
rodzic
eec87422b0
commit
d2c73f2d4b
|
@ -37,8 +37,8 @@ fun <T> DropDownPreference(
|
|||
dropDownExpanded = true
|
||||
},
|
||||
enabled = enabled,
|
||||
trailingIcon = if (dropDownExpanded) Icons.TwoTone.KeyboardArrowDown
|
||||
else Icons.TwoTone.KeyboardArrowUp,
|
||||
trailingIcon = if (dropDownExpanded) Icons.TwoTone.KeyboardArrowUp
|
||||
else Icons.TwoTone.KeyboardArrowDown,
|
||||
)
|
||||
|
||||
Box {
|
||||
|
|
Ładowanie…
Reference in New Issue