Fixed
Status Update
Comments
po...@google.com <po...@google.com>
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
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
.