If I have scaffold in any of the destination/scree...
# compose
r
If I have scaffold in any of the destination/screen in app. that destination should be root/startDestination of all NavHost I have in app ? For example, If I need splashscreen/somescreen before Homescreen(contains scaffold), what are the composables I need inside my Parent NavHost? Can I use nested graph navigation function inside the scaffold content parameter ? If we create navHost with all app destinations inside the scaffold content, then bottom tab visible on all screens. So Shall we need to check manually on all screen to show bottom tab or not? Is it correct way? Please provide your suggestion to fix this navigation problem on simple Bloom App, https://github.com/rramprasad/BloomApp/blob/main/app/src/main/java/dev/ramprasad/bloom/AppNavigation.kt