Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 20, 2020 22:06
Show Gist options
  • Save manuelernesto/6eed233f45f2d92dd8dfe8d1119508ec to your computer and use it in GitHub Desktop.
Save manuelernesto/6eed233f45f2d92dd8dfe8d1119508ec to your computer and use it in GitHub Desktop.
holder.view.setOnClickListener {
val action = HomeFragmentDirections.toSpeakersFragment()
action.palestrante = palestrantes[position]
Navigation.findNavController(it).navigate(action)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment