You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: