Skip to content

Instantly share code, notes, and snippets.

@tamtom
Created January 2, 2022 11:01
Show Gist options
  • Save tamtom/553c9f974f3e9f3b9e32bbf192697840 to your computer and use it in GitHub Desktop.
Save tamtom/553c9f974f3e9f3b9e32bbf192697840 to your computer and use it in GitHub Desktop.
// Runs only on initial composition
LaunchedEffect(key1 = Unit) {
viewModel.eventsFlow.collectLatest { value ->
when(value) {
// Handle events
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment