Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Could we get an official response to this feature request? Is there an idea to support SafeArgs in navigation-compose one day? Not asking for any time frames. Maybe there is no plans for statically generated args for navigation-compose at all.
jb...@google.com <jb...@google.com> #3
Please check out my implementation of the same-
Part 1-https://proandroiddev.com/safe-compose-arguments-an-improved-way-to-navigate-in-jetpack-compose-95c84722eec2
Part 2-https://proandroiddev.com/safe-compose-arguments-an-improved-way-to-navigate-in-jetpack-compose-part-2-218a6ae7a027
Github repo-https://github.com/dilrajsingh1997/safe-compose-args
Part 1-
Part 2-
Github repo-
ap...@google.com <ap...@google.com> #5
+1
Description
Component used: Navigation Version used: 2.3.1 Devices/Android versions reproduced on: Pixel 3XL Android 11
Cannot transition to Activity with onNavDestinationSelected from navigation 2.3.1. Seems to be frozen.
I made a sample project in question, so please check it.