I'm trying to implement the new Jetpack Navigation framework from google, but I'm running into an issue. I want to use my first fragment as a login page and don't want to have a toolbar in it. How can I remove the toolbar from one of the fragments, but then add it for subsequent ones?
Edit: Tried looking into the AppBarConfiguration, but that only seems to affect whether or not the back arrow shows up