Skip to content

Instantly share code, notes, and snippets.

@raulh82vlc
Created February 28, 2021 13:33
Show Gist options
  • Save raulh82vlc/8456846faf690ea6b198295764c344ff to your computer and use it in GitHub Desktop.
Save raulh82vlc/8456846faf690ea6b198295764c344ff to your computer and use it in GitHub Desktop.
UIExtensionFunctions for the View
fun TweetsListFragmentUI.handleStates(uiState: TweetsUIState) {
when (uiState) {
is TweetsUIState.ListResultsUIState -> showResults(uiState.tweets)
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment