mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Center star when viewing results.
This commit is contained in:
@@ -210,7 +210,6 @@ private fun PollOptionSection(
|
||||
Icon(
|
||||
imageVector = ImageVector.vectorResource(R.drawable.symbol_favorite_fill_16),
|
||||
contentDescription = stringResource(R.string.Poll__poll_winner),
|
||||
modifier = Modifier.padding(2.dp)
|
||||
)
|
||||
}
|
||||
if (option.voters.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user