Fixed
Status Update
Comments
se...@google.com <se...@google.com>
se...@google.com <se...@google.com>
da...@google.com <da...@google.com>
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-alpha01
Devices/Android versions reproduced on: -
The generated NavDirections classes currently do not have an equals/hashcode method or public access to the individual arguments making them hard to be used in unit tests (e.g. is the correct direction with the right arguments created).
The generated Args classes have a Builder making it easy to create without a bundle for tests, but a small enhancement would be having an empty Builder to set the invidual arguments using the setter methods available.