Devsoc-BPGC / DoJMA

DoJMA news app for BITS Pilani K K Birla Goa Campus students
6 stars 18 forks source link

Fixed critical bug for Categories #115

Closed aryanagarwal15 closed 6 years ago

aryanagarwal15 commented 6 years ago

Previously onResume Issues fragment was loosing data. Fixed that by rightfully replacing getActivity().getSupportFragmentManager() with getChildFrangmentManager()

Rushi98 commented 6 years ago

How to replicate the issue?

aryanagarwal15 commented 6 years ago

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.