Skip to content

Instantly share code, notes, and snippets.

@fergusonm
Last active October 21, 2021 21:11
Show Gist options
  • Select an option

  • Save fergusonm/9cc38ff16840105417f69f73f3884ffd to your computer and use it in GitHub Desktop.

Select an option

Save fergusonm/9cc38ff16840105417f69f73f3884ffd to your computer and use it in GitHub Desktop.
viewModel.events
.observeWithLifecycle(fragment = this, minActiveState = Lifecycle.State.RESUMED) {
// do things
}
viewModel.events
.observeWithLifecycle(lifecycleOwner = viewLifecycleOwner, minActiveState = Lifecycle.State.RESUMED) {
// do things
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment