Tapadoo / Alerter

An Android Alerting Library
MIT License
5.52k stars 633 forks source link

Alert in BottomSheetDialogFrgament issue #247

Closed shwetachauhan-simform closed 3 years ago

shwetachauhan-simform commented 3 years ago

When we use this in BottomSheetDialogFragment alert hides under it. Any solutions for now??

kpmmmurphy commented 3 years ago

Hey @shwetachauhan-simform, the Alerter is technically in a different window to the Dialog, right now there is no direct solution to this. You could dismiss the bottom sheet, and then show the Alert - but this might not be the UX you're hoping for.