This ``` composable(NavigationItem.Help.route) { Help(user = user) }``` m...
j
This
Copy code
composable(NavigationItem.Help.route) {
            Help(user = user)
        }
makes sense for doing top level routing but what about nested routing?
I think the way to do this is to handle the bottom and top bars in the scaffolding section where the top and bottom bars are added. And then adjust them based on the states of the bottom app bar screens