dialogplus
dialogplus copied to clipboard
dismiss dialog and open other dialog error
- dismiss dialog and show other dialog but not working
Same here. It does not appear.
it is difficult for handler, please fix it or improve
+1
+1
+1
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>>>