ChristopherME/movies-android

Movies feature memoryleak

ChristopherME opened this issue · 0 comments

The MovieListFragment is presenting the following issues:

  1. The initial intent is fired every time the fragment view get's recreated.
  2. The intents() flow is leaking the fragment view because it's collected inside viewmodel scope.