Is there any way I can detect when a DialogFragment is dismissed, so that i can update its parent fragment?
Override onDismiss() of DialogFragment, or when building the underlying dialog, set a listener with setOnDimissListener().