Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created March 27, 2020 16:49
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 ifucolo/f1cfb415bb0b4c22de25fa5f65a63a9c to your computer and use it in GitHub Desktop.
Save ifucolo/f1cfb415bb0b4c22de25fa5f65a63a9c to your computer and use it in GitHub Desktop.
private fun hideAll() {
listOf(binding.btnTryAgain, binding.txtEmpty, binding.recyclerView, binding.progressBar).map {
it.hide()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment