While recently learning the Navigation component in Android, I was trying to
make the navigation work with the Toolbar, however the Up navigation doesn't
work.
I was following this official documentation
[https://developer.android.com/guide/navigation/navigation-ui#create_a_toolbar]
and I made sure to follow all the steps.