hootsuite/nachos

setOnChipRemoveListener error

rexdarel opened this issue · 1 comments

Can't find the setOnChipRemoveListener. I copied and pasted the sample app.
image

To remove chip i tried this, but couldnt remove.
binding.chipView.setOnChipClickListener(new NachoTextView.OnChipClickListener() { @Override public void onChipClick(Chip chip, MotionEvent motionEvent) { binding.chipView.getAllChips().remove(chip); } });