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)
Unintended behavior
View staffing
Description
After updating
androidx.navigation:navigation-compose
to 2.7.0 I have noticed that rememberSavable is not working anymore. It causes a lot of dependent components to fail (for e.g.rememberLauncherForActivityResult
).Same issue occurs in 2.7.1 and rolling back to 2.6.0 resolves it.
Reproduction steps:
Don't keep activities
in developer optionsPrinted IDs should be the same. From version 2.7.0 they are not.