[a11y] Add click label on edit avatar component
https://github.com/element-hq/customer-success/issues/579
This commit is contained in:
@@ -62,6 +62,7 @@ fun EditableAvatarView(
|
||||
modifier = Modifier
|
||||
.clickable(
|
||||
interactionSource = remember { MutableInteractionSource() },
|
||||
onClickLabel = stringResource(CommonStrings.a11y_edit_avatar),
|
||||
onClick = onAvatarClick,
|
||||
indication = ripple(bounded = false),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user