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 3ab72e8 commit 163ae12Copy full SHA for 163ae12
compose/snippets/src/main/java/com/example/compose/snippets/components/Tooltips.kt
@@ -150,7 +150,7 @@ fun AdvancedRichTooltipExample(
150
richTooltipText: String = "Rich tooltips support multiple lines of informational text.",
151
richTooltipActionText: String = "Dismiss"
152
) {
153
- var tooltipState = rememberTooltipState()
+ val tooltipState = rememberTooltipState()
154
155
TooltipBox(
156
modifier = modifier,
0 commit comments