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
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Yes Multiselector.
What I do now, is that I extend Multiselector to provide Observer functionality. What I needed to know was when first item is checked (as in action mode created), when any item's check state is changed (as in item checked state changed) and when last item is un-checked (as in aciton mode destroyed).
I second this. Right now, I can't figure out how to update the multi-select action bar title when items are selected or unselected. I'd like to be able to write : "1 item selected", "2 items selected", etc.
Is there a temporary solution someone can suggest?
It would be nice if we could listen to Multiselect selection events, like we do with action mode listener.
The text was updated successfully, but these errors were encountered: