Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 20, 2020 22:34
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/33229187ab0e5775fa81e6151d3bce89 to your computer and use it in GitHub Desktop.
Save manuelernesto/33229187ab0e5775fa81e6151d3bce89 to your computer and use it in GitHub Desktop.
if (mPalestrante != null) {
room_btn_apagar.visibility = View.VISIBLE
room_btn_apagar.setOnClickListener {
apagarPalestrante()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment