Merge pull request #524 from andhiratobing/main

Set item keys for smart recomposition of topics
pull/547/head
Milosz Moczkowski 2 years ago committed by GitHub
commit 893ac390a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -303,7 +303,10 @@ private fun TopicSelection(
.fillMaxWidth()
.testTag(topicSelectionTestTag)
) {
items(onboardingUiState.topics) {
items(
items = onboardingUiState.topics,
key = { it.topic.id }
) {
SingleTopicButton(
name = it.topic.name,
topicId = it.topic.id,

Loading…
Cancel
Save