Updated on 2026-08-14
This commit is contained in:
parent
db0c6cc933
commit
606ae0918b
13 changed files with 129 additions and 77 deletions
|
|
@ -31,7 +31,11 @@ fun HorizontalActionChips(
|
|||
verticalAlignment = Alignment.CenterVertically,
|
||||
contentPadding = contentPadding,
|
||||
) {
|
||||
items(items = buttons, itemContent = { ActionButton(config = it) })
|
||||
items(
|
||||
items = buttons,
|
||||
key = { config -> "${config.text.hashCode()} ${config.iconResId}" },
|
||||
itemContent = { ActionButton(config = it) },
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue