Skip to content

Instantly share code, notes, and snippets.

@wojtek-kalicinski
Created May 5, 2020 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wojtek-kalicinski/0eb4c52de835a5a8b2bdef0d57d57190 to your computer and use it in GitHub Desktop.
Save wojtek-kalicinski/0eb4c52de835a5a8b2bdef0d57d57190 to your computer and use it in GitHub Desktop.
viewModelScope.launch {
manager.requestProgressFlow()
.filter { "myModule" in it.moduleNames }
.collect { state -> … }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment