commit | c6f40a1a637effd2dd21378139eb1250eebdc157 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Aug 25 14:09:19 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Sat Aug 26 21:39:13 2023 -0700 |
tree | 77c03dacd01275cbd219e4488686f7123f40eee2 | |
parent | 6560309ea305dcaa86ac72fff8947b66cfdb4361 [diff] |
Remove WindowConfiguration.setBounds and getBounds annotations Kotlin can't treat getBounds and setBounds as a paired getter and setter for an implicit property if getBounds returns @NonNull but setBounds takes a @Nullable. Partially revert ag/24341624 by removing the annotations for now to fix errors from existing kotlin property usage. Bug: 294110802 Bug: 297672475 Test: builds Change-Id: Id476474be82cbb8d581c6389723bfde0cedc0e28