Skip to content

Instantly share code, notes, and snippets.

@mukeshsolanki
Created July 17, 2022 11:36
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 mukeshsolanki/8d919c7ad6c614a9a7d2e9294f3a5a57 to your computer and use it in GitHub Desktop.
Save mukeshsolanki/8d919c7ad6c614a9a7d2e9294f3a5a57 to your computer and use it in GitHub Desktop.
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
AnimatedSplashScreenTheme {
val navController = rememberNavController()
SetupNavGraph(navController = navController)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment