Tapadoo / Alerter

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

Alert View Doesn't Appear Over Dialog #263

Open manegirish opened 3 years ago

manegirish commented 3 years ago

When I opened the custom dialog fragment and tried to open the alerter view; it appears behind the dialog fragment over dialog fragment. Can we achieve it by any means?

mohammadrezaberenji commented 3 years ago

@manegirish I had this problem but its solved. use latest version of alerter and use Alerter.create function with dialog parameter and pass dialog. in bottom sheet fragment if you pass activity it is showing behind the bottom sheet. you can associated dialog in bottomSheetFragment with getDialog()