Open
Description
Information
- Haze version: 0.6.2
- Platform: Android
Expected Behavior
Steps to Reproduce the Problem
Popup(
properties = PopupProperties(
dismissOnBackPress = true,
dismissOnClickOutside = true,
focusable = true,
excludeFromSystemGesture = false
),
popupPositionProvider = remember(traderLegendInformation.boundsInRoot) {
LegendPopupOffsetPositionProvider(
traderLegendInformation.boundsInRoot,
triangleHeightInPx = triangleHeightInPx
)
},
onDismissRequest = remember { { shouldShowTooltip = null } }
) {
TooltipShowMoreLarge(
text = traderLegendInformation.legend.title
)
}
Metadata
Assignees
Labels
No labels