Fixed
Status Update
Comments
ap...@google.com <ap...@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.
jb...@google.com <jb...@google.com> #3
Hi!
What is 'partially' exactly?
How do I see it?
Thanks!
What is 'partially' exactly?
How do I see it?
Thanks!
Description
When adding the defaultCreationExtras for NavBackStackEntries in https://issuetracker.google.com/207012490 , we should have also made the default
ViewModelFactory
stateless so that when using the default factory, we actually created view models via the extras.We need to make the factory stateless to complete the feature integration.