Change startDestination from KClass to default instance

Change-Id: Ia5bb0abd366653aff5cf5a772ac11a837e96b9b1
pull/1837/head
Don Turner 1 year ago
parent 2cc0dab95f
commit 6a4dd757e9

@ -44,7 +44,7 @@ fun NiaNavHost(
val navController = appState.navController
NavHost(
navController = navController,
startDestination = ForYouDestination::class,
startDestination = ForYouDestination(),
modifier = modifier,
) {
forYouScreen(onTopicClick = navController::navigateToInterests)

Loading…
Cancel
Save