Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
Once Fragments are driven by Lifecycle ( https://issuetracker.google.com/127528777 ), the NavController will not yet be available an
Activity
'sonCreate()
function.We should make the
navController
property inNavHostFragment
lazy and make sure it is unconditionally created it in theNavHostFragment
’sonCreate()
or created early when called.