Skip to content

ComponentDialog.asDialogHolderWithContent should provide decor view as container #1097

Open
@rjrjr

Description

@rjrjr

This:

    .buildView(overlay.content, envWithOnBack, context)

should be this:

    .buildView(overlay.content, envWithOnBack, context, decorView as ViewGroup)

But watch out for the perils of resolving decorView too early I hate Android. (Note use of our Dialog.decorView extension.)

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