mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 05:04:37 -04:00
fix: reverse DropDownPreference trailing icon orientation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user