Add (not replace) Fragment with Navigation Architecture Component
问题 I have an activity with a product list fragment and many other fragments and i am trying to use Architecture component navigation controller. The problem is: it replaces the (start destination)product list fragment and I don't want the list to be reloaded when user click back button. How to make the fragment transaction as add not replace. 回答1: I faced the same problem, while waiting on add and other options for fragment transactions I implemented this work around to preserve the state when