Fix spotless issues

pull/1837/head
Nick Rout 3 years ago
parent 37611fae12
commit adb302520f

@ -87,7 +87,11 @@ fun <T> NiaDropdownMenuButton(
text = text, text = text,
trailingIcon = { trailingIcon = {
Icon( Icon(
imageVector = if (expanded) NiaIcons.ArrowDropUp else NiaIcons.ArrowDropDown, imageVector = if (expanded) {
NiaIcons.ArrowDropUp
} else {
NiaIcons.ArrowDropDown
},
contentDescription = null contentDescription = null
) )
} }

Loading…
Cancel
Save