I am opening another fragment (DialogFragment) on top of an existing fragment. The previous fragment is still partially visible. I don't get onPause event on it. Is there any other event we can use when a fragment is pushed into background but remains partially visible?
Both fragments are owned by the same activity. No new activity has been started in my case.