escodro
03/31/2021, 11:53 AMNavHost(navController = navController, startDestination = startDestination) {
composable(Destinations.Home) {
Home()
}
composable(Destination.TaskDetail) {
TaskDetailSection()
}
composable(Destination.About) {
About()
}
}
But I don’t see how I can make my graph call a compose from a DFM ou how could the DFM register on this graph.
Thanks a lot in advance! ❤️Ian Lake
03/31/2021, 2:06 PMescodro
03/31/2021, 2:10 PMIan Lake
03/31/2021, 2:13 PMescodro
03/31/2021, 2:19 PM