Skip to content

Instantly share code, notes, and snippets.

@gabrielbmoro
Created January 21, 2022 13:53
Show Gist options
  • Save gabrielbmoro/29cbf4e15844dca8f70d781f9cba649b to your computer and use it in GitHub Desktop.
Save gabrielbmoro/29cbf4e15844dca8f70d781f9cba649b to your computer and use it in GitHub Desktop.
Calling Navigation Controller - Compose Navigation
clickEvent = { quiz ->
val route = ScreenRoutes.quizRoute(quiz)
navController.navigate(route)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment