ChipCloud icon indicating copy to clipboard operation
ChipCloud copied to clipboard

com.adroitandroid.chipcloud.Chip.isSelected()

Open mehmetgunacti opened this issue 7 years ago • 1 comments

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.

mehmetgunacti avatar Feb 25 '17 17:02 mehmetgunacti

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

adroitandroid avatar Mar 20 '17 12:03 adroitandroid