-
Notifications
You must be signed in to change notification settings - Fork 224
Description
As far as I understand call to showDialogFragment removes the current DialogFragment. It would be nice if we could have an actual queue of dialog fragments, not just one and more importantly ability to allow to display dialogs on top of dialogs.
It's a pretty obvious use case that I have worked with multiple time, for example,
Complex BottomSheetDialogFragment that might add a smaller dialog fragment for use to select from a list options.
I don't feel like the example is contrived and I checked a few times trying to see if I am missing something.
This is such an obvious thing it should be customisable even if the default behaviour if the one currently implemented.
Please add an ability to opt out of clearing currently displayed dialog fragment