How to avoid opening a new Alert dialog if there is one already in a fragment
I'm working on this fragment where I have two edit texts and when clicked individually opens an alert dialog. I have been facing this issue where, when the edit text is clicked one after another fastly, it opens two alert dialogs one above another. Is there any way I can avoid this.
I've tried using false in the AppTheme and also used this
solution but these...