<How do I implement that a fragment doesn't get sa...
# stackoverflow
u
How do I implement that a fragment doesn't get saved onto the backstack? I work on an app and this app has a list fragment as the starting point when you open the app. Now when I click on a listItem an update fragment opens and when you press the save button you go back to the list fragment. The problem is that when I now press the back button on my phone in order to exit the app that doesn't happen and instead I go back to the update fragment. I would like to make it so that the update fragment doesn't get saved onto the backstack or at least I think that might...