https://kotlinlang.org logo
#compose
Title
# compose
m

Mohan manu

11/14/2023, 4:01 PM
val navController = rememberNavController() val bottomBarNavController = rememberNavController() is it recommended to use two different nav controller for bottom bar and rest of the graph? cause if i use same navcontroller i get this exception, "ViewModelStore should be set before setGraph call"
n

Nthily

11/15/2023, 2:24 AM
It is possible to use one or two navControllers to navigate different nav graphs individually or separately how did you craete the viewModel?
3 Views