Hello I have a topAppBar on my MainView. But i wan...
# compose
f
Hello I have a topAppBar on my MainView. But i want to hide it on certain composable screens. I can create a fun that will read the current route and hide it, but i have been trying to think on other solutions. Does anyone have any other ideas on how to manage this and if possible in the most abstract way possible ?