Skip to content

Instantly share code, notes, and snippets.

@fluxtah
Created March 2, 2020 09:22
Show Gist options
  • Save fluxtah/e78fe99ab1a750694c3044e4f8f01196 to your computer and use it in GitHub Desktop.
Save fluxtah/e78fe99ab1a750694c3044e4f8f01196 to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
onActive {
// TODO something special
onDispose {
// TODO clean up the special stuff
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment