AviranAbady / CookieBar2

Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Apache License 2.0
668 stars 74 forks source link

How to Show CookieBar in BottomSheetDialogFragment #37

Open rezalaki opened 2 months ago

rezalaki commented 2 months ago

Hi there, tnx for your greate library.

I have a problem in show CookieBar in BottomSheetDialogFragment when call the method to show CookieBar inside the BottomSheetDialogFragment, it appears behind the BottomSheetDialog. ** I guess it is important to say that my BottomSheetDialogFragment is full screen.

Is there any solution to show CookieBar in front of BottomSheetDialog, not behind it??

AviranAbady commented 2 months ago

Hey @rezalaki Please provide a sample project with the issue you describe