fixed string issue for testTopicsChipColorBackground_matchesFollowedState test

pull/1837/head
magicalmeghan 3 years ago
parent 103a497415
commit 286196a43d

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

Loading…
Cancel
Save