Tapadoo / Alerter

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

How to show the Alerter above an AlertDialog? #248

Closed hms-tuanpham closed 3 years ago

hms-tuanpham commented 3 years ago

The Alerter is show behind an AlertDialog (Dim Background). I need show it above AlertDialog. Please help me. Thanks!

kpmmmurphy commented 3 years ago

Hi @hms-tuanpham, this is not supported, as your AlertDialog has it's own window. I'd recommend dismissing the AlertDialog first, then showing the Alerter.