Fix wrong description.

This commit is contained in:
Benoit Marty 2024-11-04 15:47:10 +01:00 committed by Benoit Marty
parent 839254cea1
commit ccc1600cd9

View file

@ -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 }
) { ) {