Skip to content

Instantly share code, notes, and snippets.

@GianpaMX
Created August 26, 2020 18:24
Show Gist options
  • Save GianpaMX/fead8555153a493d4dcb2456554753be to your computer and use it in GitHub Desktop.
Save GianpaMX/fead8555153a493d4dcb2456554753be to your computer and use it in GitHub Desktop.
override fun observeTransitionLog(): Flow<Transition> = stateLogDao
.observeLast()
.map { it?.toTransition() }
.filterNotNull()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment