florent37 / ViewTooltip

A fluent tooltip for Android
Apache License 2.0
1.08k stars 131 forks source link

Hide all tooltips #59

Open kashifo opened 5 years ago

kashifo commented 5 years ago

Hi @florent37 I am using this on RecyclerView, When it's scrolled i need to hide tooltips which are sticked to window.

I can use tooltip.close();

but i show lot of tooltips, so is there any method to hide all tooltips at once?

kashifo commented 5 years ago

And also the tooltips are visible when we scroll or go to other fragment.

jomarierafa commented 5 years ago

i encountered the same problem.