pchmn / MaterialChipsInput

Implementation of Material Design Chips component for Android
Apache License 2.0
2.63k stars 383 forks source link

onChipRemoved() callback problems. #101

Open Alexey-Batishchev opened 6 years ago

Alexey-Batishchev commented 6 years ago

ChipsAdapter.class, method public void removeChip(ChipInterface chip).

The row
this.mChipsInput.onChipRemoved(chip, this.mChipList.size()); is missing.

When I use this method for removing item, I don't get call back in ChipsInput.ChipsListener().