Movies feature memoryleak
ChristopherME opened this issue · 0 comments
ChristopherME commented
The MovieListFragment is presenting the following issues:
- The initial intent is fired every time the fragment view get's recreated.
- The intents() flow is leaking the fragment view because it's collected inside viewmodel scope.