Fix wrong description.
This commit is contained in:
parent
839254cea1
commit
ccc1600cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ fun TimelineItemVideoView(
|
||||||
onContentLayoutChange: (ContentAvoidingLayoutData) -> Unit,
|
onContentLayoutChange: (ContentAvoidingLayoutData) -> Unit,
|
||||||
modifier: Modifier = Modifier,
|
modifier: Modifier = Modifier,
|
||||||
) {
|
) {
|
||||||
val description = stringResource(CommonStrings.common_image)
|
val description = stringResource(CommonStrings.common_video)
|
||||||
Column(
|
Column(
|
||||||
modifier = modifier.semantics { contentDescription = description }
|
modifier = modifier.semantics { contentDescription = description }
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue