Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

When the current destination is the last destination of the stack, nothing will happen in Jetpack Compose navigation. The navigation back stack will not pop any more destinations as there are no more destinations left. The user will be able to see the last destination that they visited. If they try to navigate back again, the app may either close or navigate to a different screen depending on your implementation.