Fixed
Status Update
Comments
il...@google.com <il...@google.com>
da...@google.com <da...@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-alph03
The NavDirections class should full specify nullability annotations. It looks like it is missing:
- NonNull annotation on the return value for all of the public static action methods
- NonNull annotation on the return value on all of the Builder setter methods (which return this)
- NonNull annotation on the getArguments method