I'm looking at android at the moment here, I have a list view which has cells with context actions. I would like to dismiss the actions when the list is either refreshed or the item selected is scrolled out of the active view (i can easily detect when both of these actions occur).
I can't figure out how to dismiss the context actions and return the actionbar to it's normal state. Has anyone done this? Is the fact that the action bar does not return to its normal state on the pull to refresh a bug in forms? (i would kind of expect it to do that)
Thanks all.