DavidPizarro / AutoLabelUI

Android library to place labels next to another. If there is not enough space for the next label, it will be added in a new line.
Apache License 2.0
636 stars 107 forks source link

AutoLabel.setOnLabelClickListener is not working #28

Open shabeerklm opened 6 years ago

shabeerklm commented 6 years ago

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 commented 5 years ago

+1