Closed aryanagarwal15 closed 6 years ago
How to replicate the issue?
1) Choose the Issues fragment from bottom navigation. 2) while you are on issues fragment click on issues in bottom navigation once more.
This way the view holder loses it’s data.
Previously onResume Issues fragment was loosing data. Fixed that by rightfully replacing getActivity().getSupportFragmentManager() with getChildFrangmentManager()