jeffreyfjohnson
Results
2
comments of
jeffreyfjohnson
Running into this same issue. It looks like in this scenario, the `FragmentManager` still has a reference to all the `Fragment`s in the `ViewPager`, even though `getItem` on the `ViewPager`'s...
@mohammadrezas4 try adding this line when you initialize your `FragNavController` ``` fragmentHideStrategy = FragNavController.DETACH_ON_NAVIGATE_HIDE_ON_SWITCH ```