We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Same issue
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: