Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created January 31, 2020 09:21
Show Gist options
  • Save fluxtah/2a3153a5bdab70e6f8a1c52322127b2f to your computer and use it in GitHub Desktop.
Save fluxtah/2a3153a5bdab70e6f8a1c52322127b2f to your computer and use it in GitHub Desktop.
if (cardUuid != null && cardUuid.isNotEmpty()) {
observe({ repository.getCard(cardUuid) }) {
state.card = it
state.loadingState = LoadingState.Loaded
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment