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
If I click the bubble and hide animation starts, and then for some reason in my UI I need to quickly show it again, the hide animation is not cancelled.
This means that the bubble is hidden even though I wanted it to show, i.e.:
Click bubble (auto-hide with animation).
Within the animation time I do show().
Now (1) will hide the bubble even though I want to override (1) because I called show() in (2).
The text was updated successfully, but these errors were encountered:
If I click the bubble and hide animation starts, and then for some reason in my UI I need to quickly show it again, the hide animation is not cancelled.
This means that the bubble is hidden even though I wanted it to show, i.e.:
The text was updated successfully, but these errors were encountered: