Set item keys for smart recomposition of topics

pull/1837/head
ratobing 3 years ago
parent 3a1e1994b6
commit c1a3869536

@ -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