Status Update
Comments
il...@google.com <il...@google.com>
cl...@google.com <cl...@google.com>
cl...@google.com <cl...@google.com> #2
Nested scrolling works partially (as per http://b/122818889 ). Let's discuss if we need full support and if so make sure it works.
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.