Skip to content

How to open multiple dialogs. #447

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions