Jason Ankers
02/24/2021, 2:54 PMNavGraphBuilder.navigation
is an extension function and not a composable, I can’t see any way call LaunchedEffect
from a nested graph. Do I need to use nested NavHost’s here instead?ppvi
02/24/2021, 2:59 PMcomposable { }
. However doing so will probably crash your app due to https://issuetracker.google.com/177825470Ian Lake
02/24/2021, 3:02 PMJason Ankers
02/24/2021, 3:32 PMIan Lake
02/24/2021, 3:36 PMAuthCheck(navController)
Composable would encapsulate your business logic quite wellJason Ankers
02/24/2021, 3:58 PMIan Lake
02/24/2021, 5:51 PMColton Idle
02/24/2021, 8:44 PMJason Ankers
02/25/2021, 2:02 AM