mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Fix lint.
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user