Fixed
Status Update
Comments
po...@google.com <po...@google.com>
ap...@google.com <ap...@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
Our linter is now warning us that Placeable.get(AlignmentLine): Int? should not box Ints. It is correct and we should fix this by perhaps using a sentinel value to replace
null
.