Navigation View Global Action Back State

久未见 提交于 2019-12-02 06:53:51

As per the onNavDestinationSelected() documentation (which is how NavigationUI triggers menu items):

By default, the back stack will be popped back to the navigation graph's start destination. Menu items that have android:menuCategory="secondary" will not pop the back stack.

Therefore you can add android:menuCategory="secondary" to your menu item if you'd like to avoid popping other destinations off the stack when you select your settings destination.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!