Sherlock ActionMode bugs

152 Views Asked by At

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

enter image description here

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

enter image description here

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 enter image description here

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?

0

There are 0 best solutions below