You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I need tags to be pre-selected (with respective "selected state" colors). I found toggleSelectTagView function , which I thing, supposed to do exactly that. However, in the code for selectView I found a TODO:
//TODO change background color
public void selectView() {
if (isViewSelectable && !getIsViewSelected()) {
this.isViewSelected = true;
postInvalidate();
}
}```
Is this not supported atm? Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
I have a use case where I need tags to be pre-selected (with respective "selected state" colors). I found
toggleSelectTagView
function , which I thing, supposed to do exactly that. However, in the code forselectView
I found a TODO:The text was updated successfully, but these errors were encountered: