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

How to open multiple dialogs. #447

Open
ghost opened this issue May 5, 2022 · 0 comments
Open

How to open multiple dialogs. #447

ghost opened this issue May 5, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented May 5, 2022

Hi, I need some advice. I don't know where I'm making a mistake.

example:
I open the first dialog with a custom view I have a button in it which opens the second dialog. Unfortunately, the second dialogue will not open.

open dialog 1:
var dialog1 = await MaterialDialog.Instance.ShowCustomContentAsync(new ViewDialog1(), message:"Dialog1");

button in dialog 1 which opens dialog 2
var dialog2 = await MaterialDialog.Instance.ShowCustomContentAsync(new ViewDialog2(), message:"Dialog2");

I'd love for you to advise me on how to open more dialogues.

Thanks a lot.

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

0 participants