Set clearAndSetSemantics at Row.

Change-Id: Ic25b9ca11bbcc40c8ff24172669b07ea9b7642a9
pull/1309/head
Jaehwa Noh 1 year ago
parent b178aa1763
commit d338583be6

@ -416,7 +416,9 @@ private fun SingleTopicButton(
) { ) {
Row( Row(
verticalAlignment = Alignment.CenterVertically, verticalAlignment = Alignment.CenterVertically,
modifier = Modifier.padding(start = 12.dp, end = 8.dp), modifier = Modifier
.padding(start = 12.dp, end = 8.dp)
.clearAndSetSemantics { },
) { ) {
TopicIcon( TopicIcon(
imageUrl = imageUrl, imageUrl = imageUrl,
@ -450,7 +452,6 @@ private fun SingleTopicButton(
), ),
) )
}, },
modifier = Modifier.clearAndSetSemantics { },
) )
} }
} }

Loading…
Cancel
Save