We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ComponentDialog.asDialogHolderWithContent
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.)
decorView
Dialog.decorView