adroitandroid / ChipCloud

Android UI library that creates material 'chip' clouds [fork with additional features]
MIT License
116 stars 26 forks source link

chipDeselected(index) not working when called explicitly #22

Open Wajahat-Jawaid opened 4 years ago

Wajahat-Jawaid commented 4 years ago

I needed to deselect a chip on custom event. What I'm calling is

chipCloud.chipDeselected(index)

Though the above method is triggered because log is shown in the overriden method of chipDeselected(index: Int) but color of chip is not changing