In MainActivity I've implemented the onCreateOptionsMenu
method and I'm calling openOptionsMenu()
from onCreate
. This all works as expected.
The only issue is that the user can swipe down to close the menu which leaves them on an empty card. Swiping again shows the clock and "ok, glass".
Can I make it so that the open menu is the only thing in the stack?