Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dismiss dialog and open other dialog error #188

Open
at-tantv opened this issue Jul 3, 2019 · 6 comments
Open

dismiss dialog and open other dialog error #188

at-tantv opened this issue Jul 3, 2019 · 6 comments

Comments

@at-tantv
Copy link

at-tantv commented Jul 3, 2019

  • dismiss dialog and show other dialog but not working
@seop-archisketch
Copy link

Same here. It does not appear.

@at-tantv
Copy link
Author

at-tantv commented Jul 8, 2019

it is difficult for handler, please fix it or improve

@toutoumu
Copy link

+1

2 similar comments
@guochuanpei
Copy link

+1

@SalarTaheri
Copy link

+1

@erishiraj
Copy link

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>>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants