Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Jetpack Compose release version: alpha07, compose navigation alpha02 (the issue does NOT occur in alpha01) Android Studio Build: Android Studio 4.2 Canary 15
Steps to Reproduce:
Expected: The app returns to ScreenA Actual: The app remains on ScreenB
The same also occurs if you call back
navController.popBackStack()
from ScreenB at step 6.Attached is a minimal reproducible project.