FragmentStateManager
FragmentStateManager copied to clipboard
Fix : Fragment recreation during navigation
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.