Links (2)
“ ehT NavDestination.fillInLabel method attempts to fill in the label of the NavDestination with arguments. However, it does this by (in every case but NavType.ReferenceType) by just calling args[argName].toString() - e.g., just directly calling toString() on the object in the SavedState bundle. ”