pgreze / android-reactions

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

unable to set setOnTouchListener #41

Open shahzad1 opened 1 year ago

shahzad1 commented 1 year ago

ReactionPopup popup = new ReactionPopup( this, new ReactionsConfigBuilder(this) .withReactions(new int[]{ R.drawable.ic_fb_like, R.drawable.ic_fb_love, R.drawable.ic_fb_laugh, R.drawable.ic_fb_wow, R.drawable.ic_fb_sad, R.drawable.ic_fb_angry, }) .withReactionTexts(position -> strings[position]) .build()); ivReaction.setOnTouchListener(popup);

After setting touchListener, I'm getting this error:

Required type: OnTouchListener Provided: ReactionPopup

rimajain-ms commented 1 year ago

Same issue