79672028

Date: 2025-06-19 12:13:42
Score: 1.5
Natty:
Report link
You can achieve it through circular navigation like this
navController.navigate(
    route = selectedDestination,
    navOptions = navOptions {
        popUpTo(selectedDestination){
            inclusive = true
        }
    }
)

Result

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cj_Rodriguez