Hi, guys. I am facing this issue after upgrading t...
# android
s
Hi, guys. I am facing this issue after upgrading to fragment 1.7.0.
Copy code
Fatal Exception: java.lang.IllegalArgumentException: saveBackStack("11cd317d-581d-457d-b8b3-167e3461edae") must be self contained and not reference fragments from non-saved FragmentTransactions. Found reference to fragment HealthFragment(categoryActionId=2131362017) in BackStackEntry{2e799a4 11cd317d-581d-457d-b8b3-167e3461edae} that were previously added to the FragmentManager through a separate FragmentTransaction.
This was already fixed as per this post earlier https://slack-chats.kotlinlang.org/t/469412/hey-guys-when-i-m-clicking-on-the-bottom-navigation-items-re but have popped up again in 1.7.0
not kotlin but kotlin colored 3
stackoverflow 1
106 Views