Baseflow / Baseflow/XF-Material-Library
How to open multiple dialogs.
Open
- Dominant language
- C#
- Stars
- 633
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.