FragmentStateManager icon indicating copy to clipboard operation
FragmentStateManager copied to clipboard

Fix : Fragment recreation during navigation

Open jerryOkafor opened this issue 7 years ago • 0 comments

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.

jerryOkafor avatar Sep 19 '17 16:09 jerryOkafor