fixed string issue for testTopicsChipColorBackground_matchesFollowedState test

pull/508/head
magicalmeghan 2 years ago
parent de6a4ec6c7
commit 45e3cfd989

@ -258,7 +258,7 @@ fun NewsResourceTopics(
text = followableTopic.topic.name.uppercase(Locale.getDefault()),
modifier = Modifier.semantics {
contentDescription = followableTopic.topic.name +
contentDescription = followableTopic.topic.name + " " +
if (followableTopic.isFollowed) isFollowed
else isNotFollowed
}

Loading…
Cancel
Save