than_
05/28/2021, 10:23 AMTo pass the argument to the destination, you need to add the value to the route in place of the placeholder in the call to `navigate`:
How would one pass parcelable argument to a route? Receiving is straightforward. Passing seems not.navController.navigate("profile/user1234")
Sergey B
05/28/2021, 11:13 AMthan_
05/28/2021, 12:03 PMIn general, this isn't something you should consider doingI totally agree with this. Specially with the "In general part" 😄. Anyway thanks for the reply.