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

AutoLabel.setOnLabelClickListener is not working #28

Open
shabeerklm opened this issue Aug 29, 2018 · 1 comment
Open

AutoLabel.setOnLabelClickListener is not working #28

shabeerklm opened this issue Aug 29, 2018 · 1 comment

Comments

@shabeerklm
Copy link

sir,
Method does not override from its super class

error occured while execute this code

mAutoLabel.setOnLabelClickListener(new AutoLabelUI.OnLabelClickListener() {

@Override
public void onClickLabel(Label labelClicked) {
    Snackbar.make(recyclerView, labelClicked.getText(), Snackbar.LENGTH_SHORT).show();
}

});

@j-taks
Copy link

j-taks commented Aug 14, 2019

+1

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