Kevin Aude
03/03/2021, 2:07 PMKevin Aude
03/03/2021, 2:08 PMjava.lang.IllegalArgumentException: Navigation destination that matches request NavDeepLinkRequest{ uri=<android-app://androidx.navigation.compose/favorite_selection/15> } cannot be found in the navigation graph NavGraph(0x0) startDestination={Destination(0x900fda2)}
Kevin Aude
03/03/2021, 2:10 PMVivek Sharma
03/03/2021, 2:17 PMMAIN_SCREEN
composable : navController.navigate(routeOfNextScreen/arg)
to navigate to your NEXT_SCREEN
, where are you doing that ? the code seems fineKevin Aude
03/03/2021, 2:20 PMJorkoh
03/03/2021, 2:23 PMVivek Sharma
03/03/2021, 2:23 PMroute
you are doing this : "ROUTE/{id}"
Vivek Sharma
03/03/2021, 2:23 PMid
Vivek Sharma
03/03/2021, 2:24 PMKevin Aude
03/03/2021, 2:25 PM