ViewTooltip icon indicating copy to clipboard operation
ViewTooltip copied to clipboard

Activity needed?

Open Duna opened this issue 5 years ago • 1 comments

ViewTooltip .on - the first param needs activity, why? It should be enough the context. Just want my tooltip to be available from a service

Duna avatar Nov 29 '18 19:11 Duna

It needs a view, obtained by activity, fragment or dialogfragment

It's because of this dialogfragment I had to add a parameter in the constructor

You can send a pull request adding a constructor using a service and fetching its window

florent37 avatar Dec 04 '18 08:12 florent37