我的活动包含底部导航栏。底部导航的每个事务都包含一个片段。在这些片段中有几个嵌套片段。 喜欢 - MainActivity> HomeBottomNavigationFragment> AnotherFragment> AnotherFragment。 现在,当我再次回到HomeBottomNavigationFragment时,我想要清除所有的倒缝。我怎么能实现这个目标呢?
答案 0 :(得分:0)
使用此代码:
fragmentManager.popBackStack(null, FragmentManager.POP_BACK_STACK_INCLUSIVE);