Status Update
Comments
il...@google.com <il...@google.com>
cl...@google.com <cl...@google.com>
cl...@google.com <cl...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
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.