Skip to content

Instantly share code, notes, and snippets.

@w9jds
Created May 17, 2018 13:28
Show Gist options
  • Save w9jds/712ab3b06629b2658554f69b6b90d653 to your computer and use it in GitHub Desktop.
Save w9jds/712ab3b06629b2658554f69b6b90d653 to your computer and use it in GitHub Desktop.
model.loading().observe(this, Observer {
when (it) {
true -> binding.contentLoading.show()
false -> binding.contentLoading.hide()
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment