-
-
Notifications
You must be signed in to change notification settings - Fork 158
Open

Description
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.
Metadata
Metadata
Assignees
Labels
No labels