Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created May 11, 2021 11:56
Show Gist options
  • Save JoseAlcerreca/aa59b54c5c40e2843e49427d1d3c40f9 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/aa59b54c5c40e2843e49427d1d3c40f9 to your computer and use it in GitHub Desktop.
val result: StateFlow<Result<UiState>> = someFlow
.stateIn(
scope = viewModelScope,
started = WhileSubscribed(5000),
initialValue = Result.Loading
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment