Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-09 17:59:06 +03:00
parent 648236f187
commit 7ce0d44c0a

View file

@ -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) },
)
}