I resolved… with ```LaunchedEffect(Unit) { vi...
# compose
a
I resolved… with
Copy code
LaunchedEffect(Unit) {

    viewModel.setNavigationController(navController)
    viewModel.setTypeSection(type)
}
🧵 3