Remove unused resource, and use compound icons when possible.
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ private fun PollTitle(
|
||||
)
|
||||
} else {
|
||||
Icon(
|
||||
resourceId = CommonDrawables.ic_poll,
|
||||
resourceId = CommonDrawables.ic_compound_polls,
|
||||
contentDescription = stringResource(id = CommonStrings.a11y_poll),
|
||||
modifier = Modifier.size(22.dp)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user