Android Question Visibility of the menu in ActionDrawer

ernschd

Active Member
Licensed User
Longtime User
Hello,

I have not yet upgraded my app to the newer AppBar, I still use the ActionDrawer. Now I need to know if the context menu is open (visible) or not.
In the ActionDrawer class there is the sub "OpenMenu" - this is where the menu is opened. It is closed when an entry is selected. But it will also be closed if you click anywhere in the application.

Can I check if the context menu is currently visible?

Thanks in advance.
 
Top