Navigating to preference fragment using navigation component
问题 I'm trying to migrate my medium sized app to the new Android navigation component. Currently, my app consists of the single activity and I'm planning on keeping it the same (for that matter); So, I'm facing this issue in which I have a settings fragment ( PreferenceFragment ) that can be navigated to, basically, from every other fragment. This navigation is made through a menu in the app bar, therefore onOptionsItemSelected (containing this navigation) is in the main activity. I'm having