Closed Ro-El closed 3 years ago
Hi, I will start to work on such a feature to add it in the next release
Hi, I will start to work on such a feature to add it in the next release
You can achieve the desired effect by using navigator.pop(context) before calling the second dialog. Not sure if a more elegant solution is possible.
great to know that you have it done
@Ro-El can u explain properly once.
Hi,
Currently opening a materialDialog from a bottomMaterialDialog causes the bottomMaterialDialog to persist. Meaning that two taps are required to exit from both dialogs back to the main screen.
Seems like a method to close a dialog programmatically would help circumvent this problem.