Closed KunaalKumar closed 5 years ago
Cause seems to be an issue in the view models. Need to make sure no context is passed/stored in them.
Try using fragment transaction instead of navigation transactions for bottom navigation
Problem is definitely with all view models. Will need to reimplement them.
Problem is definitely with all view models. Will need to reimplement them.
I was wrong, issue isn't with view models but in fact with fragment transactions on the bottom nav bar as mentioned before. That being said, view model implementations need to be updated hence - #11
Problem is definitely with all view models. Will need to reimplement them.
I was wrong, issue isn't with view models but in fact with fragment transactions on the bottom nav bar as mentioned before. That being said, view model implementations need to be updated hence - #11
CoordinatorLayout leak was right all along. However the problem is probably in on of its child views.
Fixed in 29749c4
Possibly at Movies.mContainer