Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I see that this issue was assigned. I can create Pull Request if need.
ap...@google.com <ap...@google.com> #3
Feel free to do so and we will review.
jb...@google.com <jb...@google.com> #5
I think your PR also fixes our problem: we have links like
.../search/
.../search?documentId=123
.../search?folder=123
And each should be redirected to different navigation destinations. Currently they all redirect to one page, and sometimes crash.
Description
Component used: Navigation
ViewModel added new APIs for providing information from
CreationExtras
ViewModelStoreOwner
s to ViewModel factories. This should be integrated intoNavBackStackEntry
so that custom factories can rely on these extras being available.