Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
This has been fixed internally in https://android-review.googlesource.com/870975 and will be available in Navigation 1.0.0-alpha10.
Now, instead of crashing, we ignore invalid deep links, printing a log message saying as much.
Now, instead of crashing, we ignore invalid deep links, printing a log message saying as much.
Description
Version used: 1.0.0-alpha09
Devices/Android versions reproduced on:
All of the generated NavDirections classes return a NonNull Bundle from getArguments() so the method should be marked as @NonNull rather than its current @Nullable. I don't think we want to be distinguishing between an empty Bundle and a null Bundle.