Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to set setOnTouchListener #41

Open
shahzad1 opened this issue Mar 3, 2023 · 1 comment
Open

unable to set setOnTouchListener #41

shahzad1 opened this issue Mar 3, 2023 · 1 comment

Comments

@shahzad1
Copy link

shahzad1 commented Mar 3, 2023

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
Copy link

Same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants