Fix lint.

This commit is contained in:
Michelle Tang
2025-11-14 12:53:10 -05:00
parent 2c7beb9258
commit 9173aeabf2

View File

@@ -209,7 +209,7 @@ private fun PollOptionSection(
if (option.hasMostVotes) {
Icon(
imageVector = ImageVector.vectorResource(R.drawable.symbol_favorite_fill_16),
contentDescription = stringResource(R.string.Poll__poll_winner),
contentDescription = stringResource(R.string.Poll__poll_winner)
)
}
if (option.voters.isNotEmpty()) {