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
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.