There is Activity , from it I cause DialogFragment . DialogFragment closed, how to make it clear Activity that DialogFragment just closed? OnResume comes to OnResume , but as it turned out, it is not called during the dismiss() dialog. What method is invoked in the Activity when the dialog is closed so that it can be overridden and put your code there.

  • one
    What prevents to add this code to the button for closing the dialog? - VAndrJ
  • It is necessary that this code is updated with the list. And if you add to the closing code, it does not update. - MediaPortal

0