pgreze / android-reactions

Facebook like reaction picker for Android
Apache License 2.0
158 stars 46 forks source link

Add long click support + trigger popup from a checkbox view #11

Open ShwetaChauhan18 opened 4 years ago

ShwetaChauhan18 commented 4 years ago

Feat :

Pro-55 commented 3 years ago

I couldn't get this to work while using popup in a recycler view.

Figured a work around where I would lock scrolling of the recycler view while the popup is displayed and had to make changes to the ReactionPopup file.

I have created a PR with similar changes backed into the library itself so we can have a callback on state change of the popup.