Jay Rathod

Results 1 comments of Jay Rathod

Checked the back handler, found this to be weird in `DownloadFragment` - ``` override fun onDestroyView() { activity?.detachBackPressedCallback() binding = null super.onDestroyView() } ``` We attach a back callback when...