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:
parent
64c873922a
commit
7fdba39d6d
14 changed files with 21 additions and 22 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue