Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
You should just continue to use startActivityForResult+override onActivityResult in your Fragment - this wouldn't be part of your navigation graph.
I'd like to know more about what integration you were expecting and what you'd like to see.
I'd like to know more about what integration you were expecting and what you'd like to see.
Description
Version used: 1.0.0-alpha01
When passing arguments using "[Class]Args.fromBundle" arguments from a URL aren't being URL decoded, meaning that arguments like "John%20Jones" must be URLDecoded afterwards --- which is confusing if the same argument is also being used to pass around values within the applicat