Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Oh I forgot to mention that I thought it might be connected to this issue:
jb...@google.com <jb...@google.com> #3
Please provide a minimal sample project along with the minimal steps to recreate the issue in the project.
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.