I’m trying to use a fragment with a dialog and I’m not succeeding.
Every time the dialog is opened and something is changed within it, the content disappears instantly.
Could you tell me if there is a problem in my code or some kind of BUG? I’ve already tried placing the function outside the fragment, but the error remains. =/
I’ll be updating the docs to make this more clear, but fragments inside fragments aren’t supported. A dialog is itself a fragment, so using the fragment and dialog together is unsupported. Sorry.
As part of de-experimentalizing fragments and dialogs in version 1.37.0, fragments can now be nested and used in callbacks! (Therefore, you can use a fragment inside a dialog in version 1.37.0.)