Skip to content

Instantly share code, notes, and snippets.

@CDRussell
Created February 14, 2019 23:26
Show Gist options
  • Save CDRussell/c0df1e87f08d01f6c2f613ec8d253e12 to your computer and use it in GitHub Desktop.
Save CDRussell/c0df1e87f08d01f6c2f613ec8d253e12 to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
launch(Dispatchers.Main.immediate) {
log("A")
}
log("B")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment