Status Update
Comments
il...@google.com <il...@google.com>
cl...@google.com <cl...@google.com>
cl...@google.com <cl...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.