We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d859b3c commit c7feb74Copy full SHA for c7feb74
core/ui/src/main/kotlin/com/google/samples/apps/nowinandroid/core/ui/NewsResourceCard.kt
@@ -118,6 +118,7 @@ fun NewsResourceCardExpanded(
118
// Pass null for action to only override the label and not the actual action.
119
modifier = modifier
120
.semantics {
121
+ contentDescription = clickActionLabel
122
onClick(label = clickActionLabel, action = null)
123
}
124
.testTag("newsResourceCard:${userNewsResource.id}"),
0 commit comments