Ensure that room / space avatar always have a contentDescription.
This commit is contained in:
@@ -404,7 +404,7 @@ private fun RoomHeaderSection(
|
||||
}.toImmutableList(),
|
||||
isTombstoned = isTombstoned,
|
||||
),
|
||||
contentDescription = avatarUrl?.let { stringResource(CommonStrings.a11y_room_avatar) },
|
||||
contentDescription = stringResource(CommonStrings.a11y_room_avatar),
|
||||
modifier = Modifier
|
||||
.clickable(
|
||||
enabled = avatarUrl != null,
|
||||
|
||||
Reference in New Issue
Block a user