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