beagle icon indicating copy to clipboard operation
beagle copied to clipboard

Beagle is not accessible when using a dialog or bottom sheet

Open 7sco opened this issue 4 years ago • 1 comments

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 ?

7sco avatar Feb 04 '21 04:02 7sco

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.

pandulapeter avatar Feb 04 '21 08:02 pandulapeter