Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 21, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelernesto/92a2d111db6a13f0a437889f16909920 to your computer and use it in GitHub Desktop.
Save manuelernesto/92a2d111db6a13f0a437889f16909920 to your computer and use it in GitHub Desktop.
arguments?.let {
mPalestrante = SpeakersFragmentArgs.fromBundle(it).palestrante
room_et_nome.setText(mPalestrante?.palestrante)
room_et_tecnologia.setText(mPalestrante?.tecnologia)
room_et_topico.setText(mPalestrante?.topico)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment