You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the sample to create a new blur dialog and everything is working great, when I select an item from the list I start a new activity, and it all works great, but if I hit the back button in the action bar when I get back to the activity that has the blurred dialog the dialog is still open. I have to click somewhere on the screen that is not in the dialog to make it go away. I can't find a way to programmatically close the dialog when a user selects an item in the dialog list.
I am using the following method to create the dialog in a fragment...
I don't see any example of how to close the dialog when a user selects an item from the dialog window. Please help, I am still pretty new to android and have no idea how to get this dialog to close once the user selects an item in the dialog. Thank you
The text was updated successfully, but these errors were encountered:
I am using the sample to create a new blur dialog and everything is working great, when I select an item from the list I start a new activity, and it all works great, but if I hit the back button in the action bar when I get back to the activity that has the blurred dialog the dialog is still open. I have to click somewhere on the screen that is not in the dialog to make it go away. I can't find a way to programmatically close the dialog when a user selects an item in the dialog list.
I am using the following method to create the dialog in a fragment...
I don't see any example of how to close the dialog when a user selects an item from the dialog window. Please help, I am still pretty new to android and have no idea how to get this dialog to close once the user selects an item in the dialog. Thank you
The text was updated successfully, but these errors were encountered: