I have a main activity from which I am setting the...
# compose
a
I have a main activity from which I am setting the
navController
/`NavHost` / navigation graph. the home screen is based on a `Scaffold`/`BottomBar`. I would like to make a call in order to check if the user is logged in. Then using conditional navigation principals navigating to login or home screen. I read the Compose Navigation chapter and Conditional Navigation. Also watched the youtube tutorial “Navigating Navigation” but still cannot manage to understand how this is supposed to work. Is there a full Compose example somewhere? Thanks!