orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

dismiss dialog and open other dialog error #188

Open at-tantv opened 5 years ago

at-tantv commented 5 years ago
seop-archisketch commented 5 years ago

Same here. It does not appear.

at-tantv commented 5 years ago

it is difficult for handler, please fix it or improve

toutoumu commented 5 years ago

+1

guochuanpei commented 4 years ago

+1

SalarTaheri commented 4 years ago

+1

erishiraj commented 4 years ago

DialogPlus dialogPlus = DialogPlus.newDialog(context) .setOnDismissListener(new OnDismissListener() { @Override public void onDismiss(DialogPlus dialog) { //TODO Open Other Dialog. } }) .create(); dialogPlus.show();

onDismiss Event always called when the current dialog dismisses. it's working for me>>>