79619141

Date: 2025-05-13 07:30:36
Score: 0.5
Natty:
Report link

You need to manage the back stack while navigating from one screen to another

navController.navigate("screen2") {
    popUpTo("screen1") { inclusive = false }
    restoreState = true
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rawhost