Remove unused resource, and use compound icons when possible.

This commit is contained in:
Benoit Marty 2023-09-20 16:45:24 +02:00
parent d531e71cd8
commit 03d69146aa
20 changed files with 11 additions and 224 deletions

View file

@ -165,7 +165,7 @@ fun CreatePollView(
},
trailingContent = ListItemContent.Custom {
Icon(
resourceId = CommonDrawables.ic_delete,
resourceId = CommonDrawables.ic_compound_delete,
contentDescription = null,
modifier = Modifier.clickable(answer.canDelete) {
state.eventSink(CreatePollEvents.RemoveAnswer(index))