ChipCloud
ChipCloud copied to clipboard
com.adroitandroid.chipcloud.Chip.isSelected()
Hi I want to iterate all children of ChipCloud and check if they're selected or not.
is it possible to expose the field
private boolean selected
in Chip class as a getter ?
Currently, isSelected returns android.view.View.isSelected() which return false even if the Chip is actually selected.
Hey, feel free to make the change for this, looks small :) and submit a merge request, I'll merge. This repo isn't being maintained btw, pls checkout the original of the fork, the developer has included my changes as well in it. Cheers