Skip to content

Instantly share code, notes, and snippets.

@dilrajsingh1997
Created November 21, 2021 17:06
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dilrajsingh1997/ce551f00739155aa0f460fbf6a2d6fb8 to your computer and use it in GitHub Desktop.
val openUserPage = { userId, isLoggedIn, list ->
navHostController.navigate(UserPageDestination.getDestination(userId, isLoggedIn) + ",list=$list")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment