I am using Navigation component. when navigating I want to not create new instance of fragment if it already exists in backstack and pop that already existing in front.
findNavController().navigate(RequestTransferFragmentDirections.actionRequestTransferFragmentToBlankFragment())
looking fowrard to find solution.
thanks.
