79584504

Date: 2025-04-21 11:17:58
Score: 0.5
Natty:
Report link

Put this code inside Navigation Graph class.

NavHost(
            navController = navController,
            startDestination = "Splash"
        ) {
            composable(route = "Splash") {
                log("Splash")
                SplashViewAndViewModel(navController)

            }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anshul Nema