When using Bottom Navigation with Scaffold, I cann...
# compose
m
When using Bottom Navigation with Scaffold, I cannot navigate to nav graph destinations inside the same scaffold. The app keeps crashing.
The error:
Copy code
java.lang.IllegalStateException: ViewModelStore should be set before setGraph call
The same viewModel was working before trying to navigate with the bottom navigation in the same scaffold.