Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
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.