Disable vector XML rasterisation on API 23 (#2128)

* Disable vector XML rasterisation on API 23

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Jorge Martin Espinosa 2023-12-29 12:41:08 +01:00 committed by GitHub
parent 64c873922a
commit 7fdba39d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 21 additions and 22 deletions

View file

@ -41,7 +41,7 @@ internal fun ComposerOptionsButton(
) {
Icon(
modifier = Modifier.size(30.dp),
resourceId = CommonDrawables.ic_plus,
resourceId = CommonDrawables.ic_plus_composer,
contentDescription = stringResource(R.string.rich_text_editor_a11y_add_attachment),
tint = ElementTheme.colors.iconPrimary,
)