I've implemented ActionMode with SherlockActionBar and everything works fine, but only on devices post HONEYCOMB.
On older APIs I have the following problem:
Everything is fine when I start my app

All goes well even when I start action mode and select a couple of items

But when I exit (finish) action mode ActionBarSherlock crashes. I mean that it's no loger visible, only when I start or finish action mode, it blinks very shortly that I can see icons

So only updates show ActionBar for a short moment, but after that it remains "hidden" again.
Has anyone similar problem? Is there any sollution for that?