Fix wrong description.
This commit is contained in:
committed by
Benoit Marty
parent
839254cea1
commit
ccc1600cd9
@@ -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 }
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user