FragmentManager popBackStack doesn't remove fragment
问题 I'm implementing menu navigation using Fragments. So I begin with Home, and then users can navigate to diferent sections and details of each section. When a user changes section, then I call pop on the fragmentmanager backstack until I reach Home, and then load the new section. This is all working as expected. But I'm getting this problem: load a section that calls setHasOptionsMenu(true) on onResume() loads another section (old section it's suposed to get out of the stack). I see it OK. No