Hey everyone, currently I am facing an issue with the "new" Navigation Components? Whats the correct way to set different toolbar actions for different fragments while using a single activity. Currently I am using get/set methods in the activity to access the toolbar from each fragment and remove/set the correct menuitems. It works but seems wrong imo. Does anyone have any cleaner ways to solve this?