ScreenContainer throws IllegalStateException #907
-
Hey guys 👋 We have a project running with Unfortunately I'm not able to reproduce this error and I don't understand why Android is throwing this error. I'm very sure we are managing the fragments from the same Activity. How is it possible that the FragmentManager is returning Fragments that are not associated with - the same - FragmentManager, and therefore can not be removed? Any ideas how to tackle this issue?
Stacktrace
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am afraid I cannot help you much with this issue without some basic reproduction of it. We are only detaching screens which are added to |
Beta Was this translation helpful? Give feedback.
I am afraid I cannot help you much with this issue without some basic reproduction of it. We are only detaching screens which are added to
mScreenFragments
and all of them should be added to the sameFragmentManager
. Do you have any other code that uses fragments?