mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: BitwisePreference trailing icons
This commit is contained in:
parent
e5a860cb36
commit
16787b23c8
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ fun BitwisePreference(
|
|||
subtitle = value.toString(),
|
||||
onClick = { dropDownExpanded = !dropDownExpanded },
|
||||
enabled = enabled,
|
||||
trailingIcon = if (dropDownExpanded) Icons.TwoTone.KeyboardArrowDown
|
||||
else Icons.TwoTone.KeyboardArrowUp,
|
||||
trailingIcon = if (dropDownExpanded) Icons.TwoTone.KeyboardArrowUp
|
||||
else Icons.TwoTone.KeyboardArrowDown,
|
||||
)
|
||||
|
||||
Box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue