okaybroda / FragmentStateManager

An Android library that holds fragment states for bottom navigation view even when activity rotates.
MIT License
53 stars 15 forks source link

Fix : Fragment recreation during navigation #2

Open jerryOkafor opened 7 years ago

jerryOkafor commented 7 years ago

In the light of this Issue, i have added a quick fix for that, the only obvious thing is that fragments are show with transparent background. How ever, this can be corrected if we use the xml attribute below: android:background="?android:attr/colorBackground" on the root view of the fragmnets. The fix can be seen Here.