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 was archived by the owner on Jan 13, 2018. It is now read-only.
If the device doesn't have physical menu button,
OnPrepareOptionsMenuwon't get called when I click on the overflow menu button.But in the official Google ActionBar implementation, it gets called.
I looked at ActionBarSherlock, it seems to be a problem as well.
I tried let
OnCreateOptionsMenureturntrueto getOnPrepareOptionsMenucalled but no luck. See here.