I have an ActionBar with overflow menu items. Each item's onClick starts an Activity using an Intent. In some devices, the item text disappears and the menu remains stuck until the activity opens.
I think that it waits for the Activity to open. Is there anyway to force the overflow menu to close immediately instead of seeing the menu with an empty text entry?