Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d440fa39 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Fixes issue where tooltip impression wasn't recorded." into main

parents a1adde77 c31531ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,8 +91,8 @@ private fun AnchoredTooltip(

    LaunchedEffect(isVisible) {
        if (isVisible) {
            tooltipState.show()
            onShown?.invoke()
            tooltipState.show()
        } else {
            tooltipState.dismiss()
        }