tbruyelle/RxPermissions

Crash with new navigation library

SergeyMilevskiy opened this issue · 3 comments

E/FragmentManager: saveBackStack("b63fc48d-e48e-4242-bb65-16692a4ca714") must not contain retained fragments. Found retained child fragment RxPermissionsFragment{32c8fe0} (143f3c92-efcb-4ba1-ba40-11c7545ca2a9 tag=RxPermissions)

androidx.navigation:navigation-fragment-ktx:2.4.2

I have the same issue. Is it planned to be fixed?

@adevtt I migrated to this library => com.guolindev.permissionx:permissionx
API is almost the same. It seems RxPermission is not supported anymore or the owner doesn't have time.

I fixed this issue by changing new RxPermissions(this) -> new RxPermissions(requireActivity())