regardless the NavHost, what is the meaning of the...
# android
a
regardless the NavHost, what is the meaning of the last part''?: return''
Copy code
val host: NavHostFragment = supportFragmentManager
    .findFragmentById(R.id.nav_host_fragment_main) as NavHostFragment? ?: return
google 3
stackoverflow 2