`MenuItem.onNavDestinationSelected`と`android:menuCategory="secondary"`の関係
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.
https://developer.android.com/jetpack/androidx/releases/navigation#1.0.0-alpha09 で経緯が分かる。
MenuItemswithmenuCategory="secondary"will no longer pop the back stack when used withNavigationUImethods. b/120104424
難しい!!!