sephiroth74 / android-target-tooltip

Create Toast like tooltips, but targets can be specified, plus custom properties and features
MIT License
1.49k stars 278 forks source link

Not able to click outside #137

Open Duna opened 5 years ago

Duna commented 5 years ago

Not able to click outside as long as the tooltip shown

nisd93 commented 5 years ago

Try this .closePolicy(ClosePolicy.TOUCH_ANYWHERE_CONSUME) @Duna