I know there is a listener which we could use to set our own property to track whether or not the SpeedDialMenuis open, but it would be nice to have a simple getter for speedDialMenuOpen field instead so on methods like onBackPressed the SpeedDialMenu can be closed via the back button too.
Hey there again
I know there is a listener which we could use to set our own property to track whether or not the
SpeedDialMenu
is open, but it would be nice to have a simple getter forspeedDialMenuOpen
field instead so on methods likeonBackPressed
theSpeedDialMenu
can be closed via the back button too.