Skip to content

Instantly share code, notes, and snippets.

@raulh82vlc
Created March 1, 2021 11:37
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 raulh82vlc/6f97e834c7e90db6490fdbd09971a51a to your computer and use it in GitHub Desktop.
Save raulh82vlc/6f97e834c7e90db6490fdbd09971a51a to your computer and use it in GitHub Desktop.
StatesUI series of ui states
@Composable
fun StatesUI(uiState: TweetsUIState) {
when (uiState) {
is TweetsUIState.XXXXXState -> // TODO ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment