Skip to content

Instantly share code, notes, and snippets.

@igorescodro
Created March 10, 2021 13:02
Show Gist options
  • Save igorescodro/388dd96b0da17c715a434adbf65a72ed to your computer and use it in GitHub Desktop.
Save igorescodro/388dd96b0da17c715a434adbf65a72ed to your computer and use it in GitHub Desktop.
@Composable
private fun TaskListLoader(viewModel: TaskListViewModel = getViewModel()) {
val viewState by viewModel.state.collectAsState()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment