You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment in demo app: MainActivity.kt -> // .maxWidth(metrics.widthPixels / 2)
and set Too long text (two lines), after no Tooltip is shown. It wrongly calculate size of tooltip window and not shown any tooltip when tooltip is too wide.
Tooltip.kt:632findPosition return null in this case.
The text was updated successfully, but these errors were encountered:
current source code, from today.
comment in demo app:
MainActivity.kt
->// .maxWidth(metrics.widthPixels / 2)
and set Too long text (two lines), after no Tooltip is shown. It wrongly calculate size of tooltip window and not shown any tooltip when tooltip is too wide.
Tooltip.kt:632
findPosition
return null in this case.The text was updated successfully, but these errors were encountered: