You've to call navigate
with either the navigation action id or pass the NavDirections
object generated by safeArgs
plugin. Here's one article on how to use safeArgs
Safe Args Example
navController.navigate(
MoviesFragmentDirections.actionMoviesFragmentToMovieDetailFragment(movieId)
)
Action Id Example
navController.navigate(
R.id.action_movies_fragment_to_movie_detail_fragment
)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…