i commented Splashscreen content but i have always...
# compose
a
i commented Splashscreen content but i have always two “Splash screen” log in
Copy code
composable(Destination.Splash.path) {
            Log.i("test"," Splash screen" )
            SplashScreen(navController)
        }
🧵 2
i
it’s due to recomposition. LaunchedEffect or SideEffect is a correct approach