beagle
beagle copied to clipboard
Beagle is not accessible when using a dialog or bottom sheet
swiping or shaking does not open the drawer when a dialog fragment or bottom sheet are shown. Is there any way to have the overlay fragment stay at the top of new dialog fragment ?
I don't really have a solution unfortunately. The OverlayFragment is part of the app's Activity (and its Window) while Dialogs / Bottom sheets have their own Window on top, if I'm not mistaken.
You might have better luck with using the ui-activity artifact instead of ui-drawer, that would open a new Activity on top of everything (didn't test it yet), but that's messy and not as good in general as a drawer.
Thanks for opening the issue, it's a valid problem but I don't know how to tackle it for now.