Compose Navigation question: How can we fix the fl...
# compose
a
Compose Navigation question: How can we fix the flicker between the
startDestination
and the FTUE destination on startup? I’m not sure why the
startDestination
is still rendered briefly even if the backstack already has the FTUE destination at the top of the queue before the first render (via onPreDrawListener). We’re trying to keep following the navigation principles about above scenario but the flicker is really ugly. Anyone solved this yet?