I would like to use CommonBoundActionBar but I’m having two issues I can’t seem to figure out.
-
I’m not sure what the proper way to get VirtualAccept to show up in the action bar is, since this isn’t really an “action” and instead triggers click events. If I create an invisible dummy button that does nothing and bind it to the same button, VirtualAccept stops working as it will just click the button instead.
-
If I have nested CommonActivatableWidgets each with their own BackHandler, only the root’s back button shows up in the action bar instead of the leaf’s. So if someone hits the back hotkey it will work correctly, but if they click on the action bar button it will call the wrong back handler.