-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Child controllers are never deallocated #181
Comments
Is there any update on this one? It seems to be the case for me too. |
Hi, Sorry for the late answer, I’ll try to take a look ASAP. |
Any updates on this one? I can confirm I'm also running into this same issue. |
Confirmed still exists in current version (2.13.0) |
I can't say I've ever used this functionality and can't think of a use case for it. If anyone is able to provide a good use case I will look further into the issue. Otherwise closing as wontfix |
If a flow contributor was initialised with
allowStepWhenDismissed: true
then all its immediate child controllers that provide flow contributors are never deallocated.The bug is reproducible on RxFlowDemo as well:
DashboardFlow.navigateToDashboard()
set:MovieDetailViewController
was not deallocated.WishlistFlow.navigateToMovieDetailScreen
changeto
MovieDetailViewController
is deallocated now.The text was updated successfully, but these errors were encountered: