Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beagle is not accessible when using a dialog or bottom sheet #77

Open
7sco opened this issue Feb 4, 2021 · 1 comment
Open

Beagle is not accessible when using a dialog or bottom sheet #77

7sco opened this issue Feb 4, 2021 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@7sco
Copy link

7sco commented Feb 4, 2021

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 ?

@pandulapeter
Copy link
Owner

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 pandulapeter self-assigned this Feb 4, 2021
@pandulapeter pandulapeter added bug Something isn't working help wanted Extra attention is needed labels Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants