skydoves / Balloon

:balloon: Modernized and sophisticated tooltips, fully customizable with an arrow and animations for Android.

Home Page:https://skydoves.github.io/libraries/balloon/html/balloon/com.skydoves.balloon/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting some stuttering when doing fast scrolling.

jminie-o8o opened this issue · comments

Please complete the following information:

  • Library Version [e.g. v1.6.4]
  • Affected Device [e.g. Samsung Galaxy s23 Ultra with Android 14.0]

Describe the Bug:

After update to 1.6.4, Tooltip is updating the location of the popup whenever the potential location of the Balloon Composable changes. However, since measuring the position in real-time, it's getting some stuttering when doing fast scrolling.

I've attached a related video.

2023-12-28.10.38.16.mov

I also have a similar problem. After calling notifychange in recyclerview, the tip position is misaligned due to reuse. How can I solve this problem