Set item keys for smart recomposition of topics

pull/524/head
ratobing 2 years ago
parent de5ceb40ea
commit 8eac9a4bdd

@ -302,7 +302,10 @@ private fun TopicSelection(
.heightIn(max = max(240.dp, with(LocalDensity.current) { 240.sp.toDp() }))
.fillMaxWidth()
) {
items(onboardingUiState.topics) {
items(
items = onboardingUiState.topics,
key = { it.topic.id }
) {
SingleTopicButton(
name = it.topic.name,
topicId = it.topic.id,

Loading…
Cancel
Save