Updated on 2026-08-14
This commit is contained in:
parent
648236f187
commit
7ce0d44c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -31,9 +31,9 @@ fun HorizontalActionChips(
|
|||
verticalAlignment = Alignment.CenterVertically,
|
||||
contentPadding = contentPadding,
|
||||
) {
|
||||
// do not use key cause when change items order, list is scrolled
|
||||
items(
|
||||
items = buttons,
|
||||
key = { config -> config.text.hashCode() },
|
||||
itemContent = { ActionButton(config = it) },
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue