Rishi Raj
Results
2
comments of
Rishi Raj
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....
Is there any update on it @cwqt @bashleigh