Skip to content

Instantly share code, notes, and snippets.

@callebdev
Created September 26, 2021 20:18
Show Gist options
  • Save callebdev/f3b4412000462476ecb6411b9b9f133b to your computer and use it in GitHub Desktop.
Save callebdev/f3b4412000462476ecb6411b9b9f133b to your computer and use it in GitHub Desktop.
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
YourAppTheme {
NavigationGraph()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment